Package aQute.bnd.service.library
Interface LibraryNamespace
-
public interface LibraryNamespaceA workspace extension can be applied on the workspace levelbnd.workspace.extension name of the workspace extension version the version of the extension where declares the root of the library in the bundle
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCAPABILITY_NAME_ATTRIBUTEThe name of the external pluginstatic java.lang.StringCAPABILITY_PATH_ATTRIBUTEAn extension needs to declare a bndfile to include when activated.static java.lang.StringCAPABILITY_VERSION_ATTRIBUTEThe version of the extensionstatic java.lang.StringNAMESPACE
-
Method Summary
Static Methods Modifier and Type Method Description static java.lang.Stringfilter(java.lang.String name, java.lang.String versionRange)
-
-
-
Field Detail
-
NAMESPACE
static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
CAPABILITY_NAME_ATTRIBUTE
static final java.lang.String CAPABILITY_NAME_ATTRIBUTE
The name of the external plugin- See Also:
- Constant Field Values
-
CAPABILITY_VERSION_ATTRIBUTE
static final java.lang.String CAPABILITY_VERSION_ATTRIBUTE
The version of the extension- See Also:
- Constant Field Values
-
CAPABILITY_PATH_ATTRIBUTE
static final java.lang.String CAPABILITY_PATH_ATTRIBUTE
An extension needs to declare a bndfile to include when activated.- See Also:
- Constant Field Values
-
-