Enum Class StandardLicense
- All Implemented Interfaces:
License,Serializable,Comparable<StandardLicense>,Constable
License constants.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LicensegetDefaultBuildLicense(boolean isDataCenter) Default license to use in Confluence builds.getKey()Get the key of the License.Information about the Support Entitlement Number (SEN) of the test licensestatic StandardLicenseReturns the enum constant of this class with the specified name.static StandardLicense[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONF_ACADEMIC
-
CONF_EVAL
-
CONF_COMM
-
CONF_COMMUNITY
-
CONF_OPENSOURCE
-
CONF_DEVELOPER
-
CONF_DEMONSTRATION
-
CONF_STARTER_V2
-
CONF_STARTER_V2_EXPIRED
-
CONF_CLUSTER
-
CONF_EVAL_EXPIRED
-
CONF_SEN_MISSING
-
CONF_V1_LICENSE
-
CONF_V2_LICENSE
-
CONF_2USER
-
CROWD_COMM
-
CONF_CDC_VALID
-
CONF_CDC_VALID_ACME
-
CONF_TEST_RESOURCE_EVAL
-
CONF_CDC_ACADEMIC
-
CONF_CDC_EVAL
-
CONF_CDC_COMM
-
CONF_CDC_COMMUNITY
-
CONF_CDC_OPENSOURCE
-
CONF_CDC_DEVELOPER
-
CONF_CDC_DEMONSTRATION
-
CONF_CDC_STARTER_V2
-
CONF_CDC_CLUSTER
-
CONF_CDC_EVAL_EXPIRED
-
CONF_CDC_V2_LICENSE
-
CONF_CDC_STARTER_V2_EXPIRED
-
CONF_CDC_VALID_2_USERS
-
-
Field Details
-
CONF_BUILDS_DC
-
CONF_BUILDS_SERVER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDefaultBuildLicense
Default license to use in Confluence builds. -
getKey
Get the key of the License. -
getSenInformation
Description copied from interface:LicenseInformation about the Support Entitlement Number (SEN) of the test license- Specified by:
getSenInformationin interfaceLicense
-