| Package | Description |
|---|---|
| org.jboss.osgi.metadata | |
| org.jboss.osgi.metadata.internal | |
| org.jboss.osgi.metadata.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataLogger.warnCannotCreateValueForParameter(ValueCreator<?> creator,
Parameter parameter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionValueCreator<T>
Create value from collection of attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeCodeAttributeListValueCreator
Create path attribute list from string attribute for Native Code manifest header.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueCreator<?> |
ValueCreatorUtil.forType(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
OSGiParameters.get(String key,
ValueCreator<T> creator) |
protected <T> T |
OSGiParameters.get(String key,
ValueCreator<T> creator,
T defaultValue) |
| Constructor and Description |
|---|
AbstractParameter(ValueCreator<?> vc) |
AbstractParameter(ValueCreator<?> vc,
String parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractOSGiMetaData.get(String key,
ValueCreator<T> creator) |
protected <T> T |
AbstractOSGiMetaData.get(String key,
ValueCreator<T> creator,
T defaultValue) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.