Package | Description |
---|---|
org.jboss.osgi.metadata.internal |
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 |
---|---|
protected <T> T |
AbstractOSGiMetaData.get(String key,
ValueCreator<T> creator) |
protected <T> T |
OSGiParameters.get(String key,
ValueCreator<T> creator) |
protected <T> T |
AbstractOSGiMetaData.get(String key,
ValueCreator<T> creator,
T defaultValue) |
protected <T> T |
OSGiParameters.get(String key,
ValueCreator<T> creator,
T defaultValue) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.