Package | Description |
---|---|
org.jboss.osgi.metadata | |
org.jboss.osgi.metadata.internal |
Modifier and Type | Method and Description |
---|---|
Parameter |
ParameterizedAttribute.getAttribute(String name)
Get an attribute by name.
|
Parameter |
ParameterizedAttribute.getDirective(String name)
Get a directive by name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Parameter> |
ParameterizedAttribute.getAttributes()
Get the attributes.
|
Map<String,Parameter> |
ParameterizedAttribute.getDirectives()
Get the declerations
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataLogger.warnCannotCreateValueForParameter(ValueCreator<?> creator,
Parameter parameter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameter
Parameter impl.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Parameter> |
AbstractParameterizedAttribute.attributes |
protected Map<String,Parameter> |
AbstractParameterizedAttribute.directives |
protected Map<String,Parameter> |
OSGiParameters.parameters |
Modifier and Type | Method and Description |
---|---|
Parameter |
AbstractParameterizedAttribute.getAttribute(String name) |
Parameter |
AbstractParameterizedAttribute.getDirective(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,Parameter> |
AbstractParameterizedAttribute.getAttributes() |
Map<String,Parameter> |
AbstractParameterizedAttribute.getDirectives() |
protected Map<String,Parameter> |
OSGiParameters.getParameters() |
Constructor and Description |
---|
AbstractPackageAttribute(String packageName,
Map<String,Parameter> attributes,
Map<String,Parameter> directives) |
AbstractPackageAttribute(String packageName,
Map<String,Parameter> attributes,
Map<String,Parameter> directives) |
AbstractParameterizedAttribute(String attribute,
Map<String,Parameter> attributes,
Map<String,Parameter> directives) |
AbstractParameterizedAttribute(String attribute,
Map<String,Parameter> attributes,
Map<String,Parameter> directives) |
OSGiParameters(Map<String,Parameter> parameters) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.