| Package | Description |
|---|---|
| org.apache.felix.scrplugin | |
| org.apache.felix.scrplugin.description | |
| org.apache.felix.scrplugin.helper | |
| org.apache.felix.scrplugin.xml |
| Modifier and Type | Field and Description |
|---|---|
private SpecVersion |
Options.specVersion
The requested spec version.
|
| Modifier and Type | Method and Description |
|---|---|
static SpecVersion |
SpecVersion.fromName(java.lang.String n)
Creates a version for the given name.
|
static SpecVersion |
SpecVersion.fromNamespaceUrl(java.lang.String n)
Creates a version for the given url.
|
SpecVersion |
Options.getSpecVersion() |
static SpecVersion |
SpecVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpecVersion[] |
SpecVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Options.setSpecVersion(SpecVersion specVersion)
Sets the Declarative Services specification version number to be forced
on the declarations.
|
| Modifier and Type | Field and Description |
|---|---|
private SpecVersion |
ComponentDescription.specVersion
The spec version.
|
| Modifier and Type | Method and Description |
|---|---|
SpecVersion |
ComponentDescription.getSpecVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDescription.setSpecVersion(SpecVersion specVersion) |
| Modifier and Type | Field and Description |
|---|---|
SpecVersion |
Validator.MethodResult.requiredSpecVersion |
| Modifier and Type | Field and Description |
|---|---|
private SpecVersion |
ComponentDescriptorIO.XmlHandler.specVersion
Spec version.
|