Package | Description |
---|---|
aQute.bnd.build |
Modifier and Type | Field and Description |
---|---|
private Container.TYPE |
Container.type |
Modifier and Type | Method and Description |
---|---|
Container.TYPE |
Container.getType() |
static Container.TYPE |
Container.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Container.TYPE[] |
Container.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Container(Project project,
java.lang.String bsn,
java.lang.String version,
Container.TYPE type,
java.io.File source,
java.lang.String error,
java.util.Map<java.lang.String,java.lang.String> attributes,
DownloadBlocker db) |