Uses of Interface
org.jboss.osgi.metadata.Parameter

Packages that use Parameter
org.jboss.osgi.metadata   
 

Uses of Parameter in org.jboss.osgi.metadata
 

Methods in org.jboss.osgi.metadata that return Parameter
 Parameter ParameterizedAttribute.getAttribute(String name)
          Get an attribute by name.
 Parameter ParameterizedAttribute.getDirective(String name)
          Get a directive by name.
 

Methods in org.jboss.osgi.metadata that return types with arguments of type Parameter
 Map<String,Parameter> ParameterizedAttribute.getAttributes()
          Get the attributes.
 Map<String,Parameter> ParameterizedAttribute.getDirectives()
          Get the declerations
 

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



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