Package aQute.bnd.exporter.subsystem
Enum Class ContainerType
- All Implemented Interfaces:
Serializable
,Comparable<ContainerType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final String
private final String
private final String
private final String
private final String
private final String
private final String
private final String
private final String
private final String
private final String
private final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ContainerType
(String extension, String localizationKey, String localizationDefaultBasenameKey, String manifestUri, String symbolicNameKey, String versionKey, String nameKey, String descriptionKey, String copyrightKey, String docURLKey, String vendorKey, String contactAddressKey, String categoryKey) -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerType
static ContainerType
Returns the enum constant of this class with the specified name.static ContainerType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUNDLE
-
SUBSYSTEM
-
-
Field Details
-
localizationDefaultBasenameKey
-
categoryKey
-
contactAddressKey
-
copyrightKey
-
descriptionKey
-
docURLKey
-
extension
-
localizationKey
-
manifestUri
-
nameKey
-
symbolicNameKey
-
vendorKey
-
versionKey
-
-
Constructor Details
-
ContainerType
private ContainerType(String extension, String localizationKey, String localizationDefaultBasenameKey, String manifestUri, String symbolicNameKey, String versionKey, String nameKey, String descriptionKey, String copyrightKey, String docURLKey, String vendorKey, String contactAddressKey, String categoryKey)
-
-
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
-
getLocalizationDefaultBasenameKey
-
getCategoryKey
-
getContactAddressKey
-
getCopyrightKey
-
getDescriptionKey
-
getDocURLKey
-
getExtension
-
getLocalizationKey
-
getManifestURI
-
getNameKey
-
getSymbolicNameKey
-
getVendorKey
-
getVersionKey
-
byFile
-