Package aQute.bnd.service.library
Interface LibraryNamespace
-
public interface LibraryNamespace
A 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.String
CAPABILITY_NAME_ATTRIBUTE
The name of the external pluginstatic java.lang.String
CAPABILITY_PATH_ATTRIBUTE
An extension needs to declare a bndfile to include when activated.static java.lang.String
CAPABILITY_VERSION_ATTRIBUTE
The version of the extensionstatic java.lang.String
NAMESPACE
-
Method Summary
Static Methods Modifier and Type Method Description static java.lang.String
filter(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
-
-