Uses of Class
org.apache.geronimo.system.plugin.model.ConfigXmlContentType

Packages that use ConfigXmlContentType
org.apache.geronimo.console.car   
org.apache.geronimo.system.plugin.model   
 

Uses of ConfigXmlContentType in org.apache.geronimo.console.car
 

Fields in org.apache.geronimo.console.car with type parameters of type ConfigXmlContentType
protected  List<ConfigXmlContentType> PluginInfoBean.configXmlContent
           
 

Methods in org.apache.geronimo.console.car that return types with arguments of type ConfigXmlContentType
 List<ConfigXmlContentType> PluginInfoBean.getConfigXmlContent()
           
 

Method parameters in org.apache.geronimo.console.car with type arguments of type ConfigXmlContentType
 void PluginInfoBean.setConfigXmlContent(List<ConfigXmlContentType> configXmlContent)
           
 

Uses of ConfigXmlContentType in org.apache.geronimo.system.plugin.model
 

Fields in org.apache.geronimo.system.plugin.model with type parameters of type ConfigXmlContentType
protected  List<ConfigXmlContentType> PluginArtifactType.configXmlContent
           
 

Methods in org.apache.geronimo.system.plugin.model that return ConfigXmlContentType
 ConfigXmlContentType ObjectFactory.createConfigXmlContentType()
          Create an instance of ConfigXmlContentType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type ConfigXmlContentType
 List<ConfigXmlContentType> PluginArtifactType.getConfigXmlContent()
          Gets the value of the configXmlContent property.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.