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

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

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

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

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

Method parameters in org.apache.geronimo.console.car with type arguments of type PrerequisiteType
 void PluginInfoBean.setPrerequisite(List<PrerequisiteType> prerequisite)
           
 

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

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

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

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



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