Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

ACTIVE_FLAG - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
name of the property telling the license for a product exists, when "namespaced", e.g.
ACTIVE_VALUE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
value of the LicensePropertiesConstants.ACTIVE_FLAG for the license to be created
addStringToArray(String[], String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
applyRelativePath(String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Apply the given relative path to the given path, assuming standard Java folder separation (i.e.
arrayToCommaDelimitedString(Object[]) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Convenience method to return a String array as a CSV String.
arrayToDelimitedString(Object[], String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Convenience method to return a String array as a delimited (e.g.

B

BAMBOO_UNLIMITED - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

C

capitalize(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toLowerCase(char).
cleanPath(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots folders.
collectionToCommaDelimitedString(Collection) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Collection, String, String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
collectionToDelimitedString(Collection, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
com.atlassian.extras.common - package com.atlassian.extras.common
 
com.atlassian.extras.common.log - package com.atlassian.extras.common.log
 
com.atlassian.extras.common.org.springframework.util - package com.atlassian.extras.common.org.springframework.util
 
com.atlassian.extras.common.util - package com.atlassian.extras.common.util
 
commaDelimitedListToSet(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Convenience method to convert a CSV string list to a set.
commaDelimitedListToStringArray(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Convert a CSV list into an array of Strings.
CONTACT_EMAIL - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
CONTACT_NAME - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
countOccurrencesOf(String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Count the occurrences of the substring in string s.
CREATION_DATE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

D

DATA_CENTER - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
A license property suffix that shows if this license includes datacenter (e.g.
DateEditor - Class in com.atlassian.extras.common
Utility class used to manipulate dates in licenses.
DateEditor() - Constructor for class com.atlassian.extras.common.DateEditor
 
DateParsingException - Exception in com.atlassian.extras.common
Exception used when an error happens parsing dates (either way, from String to Date or the other way round).
DateParsingException(String) - Constructor for exception com.atlassian.extras.common.DateParsingException
 
DateParsingException(String, Throwable) - Constructor for exception com.atlassian.extras.common.DateParsingException
 
debug(Object) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
debug(Object, Throwable) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
DEFAULT_BAM_LOCAL_AGENTS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DEFAULT_BAM_PLANS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DEFAULT_BAM_REMOTE_AGENTS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DEFAULT_CONF_CLUSTER_NODES - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DEFAULT_CREATION_DATE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DEFAULT_EXPIRY_DATE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DEFAULT_GRACE_PERIOD - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DEFAULT_MAX_USERS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
DefaultPropertiesPersister - Class in com.atlassian.extras.common.org.springframework.util
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - Constructor for class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
delete(String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Delete all occurrences of the given substring.
deleteAny(String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Delete any character in a given string.
delimitedListToStringArray(String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Take a String which is a delimited list and convert it to a String array.
DESCRIPTION - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

E

endsWithContinuationMarker(String) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
error(Object) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
error(Object, Throwable) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
escape(String, boolean) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
EVALUATION_LICENSE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

F

fatal(Object) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
fatal(Object, Throwable) - Method in interface com.atlassian.extras.common.log.Logger.Log
 

G

getBoolean(String) - Method in interface com.atlassian.extras.common.util.LicenseProperties
 
getBoolean(String) - Method in class com.atlassian.extras.common.util.ProductLicenseProperties
 
getDate(String) - Static method in class com.atlassian.extras.common.DateEditor
Calculate the date that the dateString represents.
getDate(String, Date) - Method in interface com.atlassian.extras.common.util.LicenseProperties
 
getDate(String, Date) - Method in class com.atlassian.extras.common.util.ProductLicenseProperties
 
getFilename(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Extract the filename from the given path, e.g.
getInstance(Class) - Static method in class com.atlassian.extras.common.log.Logger
 
getInt(String, int) - Method in interface com.atlassian.extras.common.util.LicenseProperties
 
getInt(String, int) - Method in class com.atlassian.extras.common.util.ProductLicenseProperties
 
getKey(Product, String) - Static method in class com.atlassian.extras.common.LicensePropertiesConstants
 
getLicenseEdition(String) - Static method in class com.atlassian.extras.common.LicenseTypeAndEditionResolver
 
getLicenseType(String) - Static method in class com.atlassian.extras.common.LicenseTypeAndEditionResolver
 
getMessage() - Method in exception com.atlassian.extras.common.DateParsingException
 
getPropertiesEndingWith(String) - Method in interface com.atlassian.extras.common.util.LicenseProperties
 
getPropertiesEndingWith(String) - Method in class com.atlassian.extras.common.util.ProductLicenseProperties
 
getProperty(String) - Method in interface com.atlassian.extras.common.util.LicenseProperties
 
getProperty(String, String) - Method in interface com.atlassian.extras.common.util.LicenseProperties
 
getProperty(String) - Method in class com.atlassian.extras.common.util.ProductLicenseProperties
 
getProperty(String, String) - Method in class com.atlassian.extras.common.util.ProductLicenseProperties
 
getString(Date) - Static method in class com.atlassian.extras.common.DateEditor
Returns the String representation of a date.
GRACE_PERIOD - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

H

hasLength(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Check if a String has length.
hasText(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Check if a String has text.

I

info(Object) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
info(Object, Throwable) - Method in interface com.atlassian.extras.common.log.Logger.Log
 

L

LICENSE_EDITION - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
LICENSE_EXPIRY_DATE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
LICENSE_HASH - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
LICENSE_HASH_KEY_VERSION - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
LICENSE_ID - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
LICENSE_TYPE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
This is the license type as carried by the old/legacy license.
LICENSE_TYPE_NAME - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
This is the license type name as carried by the new license.
LICENSE_VERSION - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
LicenseException - Exception in com.atlassian.extras.common
Deprecated.
use LicenseException instead as of 2.6 LicenseException should have really been in api to start with.

The root exception for everything license related. Note this is a runtime exception.

LicenseException() - Constructor for exception com.atlassian.extras.common.LicenseException
Deprecated.
 
LicenseException(String) - Constructor for exception com.atlassian.extras.common.LicenseException
Deprecated.
 
LicenseException(String, Throwable) - Constructor for exception com.atlassian.extras.common.LicenseException
Deprecated.
 
LicenseException(Throwable) - Constructor for exception com.atlassian.extras.common.LicenseException
Deprecated.
 
LicenseProperties - Interface in com.atlassian.extras.common.util
Simple interface to access license properties.
LicensePropertiesConstants - Class in com.atlassian.extras.common
Set of constants and convenience methods used when dealing with license properties.
LicenseTypeAndEditionResolver - Class in com.atlassian.extras.common
Utility to resolve license edition and type using their "name".
LicenseTypeAndEditionResolver() - Constructor for class com.atlassian.extras.common.LicenseTypeAndEditionResolver
 
load(Properties, InputStream) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
load(Properties, Reader) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
Logger - Class in com.atlassian.extras.common.log
This class exists to isolate the log4j dependency in the atlassian-extra module.
Logger() - Constructor for class com.atlassian.extras.common.log.Logger
 
Logger.Level - Enum in com.atlassian.extras.common.log
 
Logger.Log - Interface in com.atlassian.extras.common.log
 

M

MAINTENANCE_EXPIRY_DATE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
MAX_NUMBER_BAM_LOCAL_AGENTS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
MAX_NUMBER_BAM_PLANS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
MAX_NUMBER_BAM_REMOTE_AGENTS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
MAX_NUMBER_CONF_CLUSTER_NODES - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
MAX_NUMBER_OF_USERS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

N

NAMESPACE_SEPARATOR - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

O

ORGANISATION - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

P

parseLocaleString(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Parse the given locale string into a java.util.Locale.
PARTNER_NAME - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
pathEquals(String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Compare two paths after normalization of them.
ProductLicenseProperties - Class in com.atlassian.extras.common.util
Implementation of LicenseProperties that will look up the property in the Product namespace first and fall back to global properties if not found.
ProductLicenseProperties(Product, Properties) - Constructor for class com.atlassian.extras.common.util.ProductLicenseProperties
 
PURCHASE_DATE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

R

replace(String, String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Replace all occurences of a substring within a string with another string.

S

SERVER_ID - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
setClass(Class) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
setInstance(Logger.Log) - Static method in class com.atlassian.extras.common.log.Logger
 
setStdErrLogLevel(Logger.Level) - Static method in class com.atlassian.extras.common.log.Logger
 
sortStringArray(String[]) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Turn given source String array into sorted array.
STARTER_LICENSE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
store(Properties, OutputStream, String) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
store(Properties, Writer, String) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
store(Properties, Writer, String, boolean) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
StringUtils - Class in com.atlassian.extras.common.org.springframework.util
Miscellaneous string utility methods.
StringUtils() - Constructor for class com.atlassian.extras.common.org.springframework.util.StringUtils
 
SUBSCRIPTION_LICENSE - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
SUPPORT_ENTITLEMENT_NUMBER - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 

T

tokenizeToStringArray(String, String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
trimLeadingWhitespace(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingWhitespace(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Trim trailing whitespace from the given String.

U

uncapitalize(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
unescape(String) - Method in class com.atlassian.extras.common.org.springframework.util.DefaultPropertiesPersister
 
UNLIMITED - Static variable in class com.atlassian.extras.common.DateEditor
 
UNLIMITED_CONF_CLUSTER_NODES - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
UNLIMITED_USERS - Static variable in class com.atlassian.extras.common.LicensePropertiesConstants
 
unqualify(String) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class com.atlassian.extras.common.org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.

V

valueOf(String) - Static method in enum com.atlassian.extras.common.log.Logger.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.extras.common.log.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
warn(Object, Throwable) - Method in interface com.atlassian.extras.common.log.Logger.Log
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2005–2021 Atlassian. All rights reserved.