Uses of Interface
org.jboss.osgi.metadata.internal.ValueCreator

Packages that use ValueCreator
org.jboss.osgi.metadata   
org.jboss.osgi.metadata.internal   
org.jboss.osgi.metadata.spi   
 

Uses of ValueCreator in org.jboss.osgi.metadata
 

Methods in org.jboss.osgi.metadata with parameters of type ValueCreator
 void MetadataLogger.warnCannotCreateValueForParameter(ValueCreator<?> creator, Parameter parameter)
           
 

Uses of ValueCreator in org.jboss.osgi.metadata.internal
 

Subinterfaces of ValueCreator in org.jboss.osgi.metadata.internal
 interface CollectionValueCreator<T>
          Create value from collection of attributes.
 

Uses of ValueCreator in org.jboss.osgi.metadata.spi
 

Methods in org.jboss.osgi.metadata.spi with parameters of type ValueCreator
protected
<T> T
AbstractOSGiMetaData.get(String key, ValueCreator<T> creator)
           
protected
<T> T
AbstractOSGiMetaData.get(String key, ValueCreator<T> creator, T defaultValue)
           
 



Copyright © 2012 JBoss by Red Hat. All Rights Reserved.