Uses of Class
aQute.bnd.build.Container.TYPE
-
Packages that use Container.TYPE Package Description aQute.bnd.build -
-
Uses of Container.TYPE in aQute.bnd.build
Fields in aQute.bnd.build declared as Container.TYPE Modifier and Type Field Description private Container.TYPE
Container. type
Methods in aQute.bnd.build that return Container.TYPE Modifier and Type Method 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.Constructors in aQute.bnd.build with parameters of type Container.TYPE Constructor 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)
-