public enum ContainerType extends Enum<ContainerType>
| Modifier and Type | Method and Description |
|---|---|
static ContainerType |
byFile(File file) |
String |
getCategoryKey() |
String |
getContactAddressKey() |
String |
getCopyrightKey() |
String |
getDescriptionKey() |
String |
getDocURLKey() |
String |
getExtension() |
String |
getLocalizationDefaultBasenameKey() |
String |
getLocalizationKey() |
String |
getManifestURI() |
String |
getNameKey() |
String |
getSymbolicNameKey() |
String |
getVendorKey() |
String |
getVersionKey() |
static ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerType BUNDLE
public static final ContainerType SUBSYSTEM
public static ContainerType[] values()
for (ContainerType c : ContainerType.values()) System.out.println(c);
public static ContainerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLocalizationDefaultBasenameKey()
public String getCategoryKey()
public String getContactAddressKey()
public String getCopyrightKey()
public String getDescriptionKey()
public String getDocURLKey()
public String getExtension()
public String getLocalizationKey()
public String getManifestURI()
public String getNameKey()
public String getSymbolicNameKey()
public String getVendorKey()
public String getVersionKey()
public static ContainerType byFile(File file)
Copyright © 2021. All rights reserved.