Celtix User APIs

Uses of Interface
org.objectweb.celtix.configuration.ConfigurationItemMetadata

Packages that use ConfigurationItemMetadata
org.objectweb.celtix.configuration   
 

Uses of ConfigurationItemMetadata in org.objectweb.celtix.configuration
 

Methods in org.objectweb.celtix.configuration that return ConfigurationItemMetadata
 ConfigurationItemMetadata ConfigurationMetadata.getDefinition(String name)
          Gets the metadata for the specified configuration item name.
 

Methods in org.objectweb.celtix.configuration that return types with arguments of type ConfigurationItemMetadata
 Collection<ConfigurationItemMetadata> ConfigurationMetadata.getDefinitions()
          Gets all configuration metadata items in this container.
 


Celtix User APIs