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

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

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

Fields in org.apache.geronimo.console.car declared as PluginArtifactType
protected  PluginArtifactType PluginInfoBean.pluginArtifact
           
 

Methods in org.apache.geronimo.console.car that return PluginArtifactType
 PluginArtifactType PluginInfoBean.getPluginArtifact()
           
 

Methods in org.apache.geronimo.console.car with parameters of type PluginArtifactType
 void PluginInfoBean.setPluginArtifact(PluginArtifactType pluginArtifact)
           
 

Uses of PluginArtifactType in org.apache.geronimo.system.plugin
 

Methods in org.apache.geronimo.system.plugin that return PluginArtifactType
static PluginArtifactType PluginXmlUtil.loadPluginArtifactMetadata(Reader in)
           
 

Methods in org.apache.geronimo.system.plugin with parameters of type PluginArtifactType
static PluginType PluginInstallerGBean.copy(PluginType metadata, PluginArtifactType instance)
           
 

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

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

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

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



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