Uses of Class
aQute.bnd.annotation.headers.Category
-
Packages that use Category Package Description aQute.bnd.annotation.headers This package contains a number of annotations that create or append headers in the manifest. -
-
Uses of Category in aQute.bnd.annotation.headers
Methods in aQute.bnd.annotation.headers that return Category Modifier and Type Method Description Category[]
value()
The list of categories on the OSGi Websitestatic Category
Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Category[]
Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-