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

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

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

Fields in org.apache.geronimo.console.car declared as ArtifactType
protected  ArtifactType PluginInfoBean.moduleId
           
 

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

Methods in org.apache.geronimo.console.car that return ArtifactType
 ArtifactType PluginInfoBean.getModuleId()
           
 

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

Methods in org.apache.geronimo.console.car with parameters of type ArtifactType
 void PluginInfoBean.setModuleId(ArtifactType moduleId)
           
 

Method parameters in org.apache.geronimo.console.car with type arguments of type ArtifactType
 void PluginInfoBean.setObsoletes(List<ArtifactType> obsoletes)
           
 

Uses of ArtifactType in org.apache.geronimo.mavenplugins.car
 

Methods in org.apache.geronimo.mavenplugins.car that return ArtifactType
 ArtifactType ModuleId.toArtifactType()
           
 

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

Methods in org.apache.geronimo.system.plugin that return ArtifactType
static ArtifactType PluginInstallerGBean.toArtifactType(Artifact id)
           
 

Methods in org.apache.geronimo.system.plugin with parameters of type ArtifactType
static Artifact PluginInstallerGBean.toArtifact(ArtifactType moduleId)
           
 

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

Subclasses of ArtifactType in org.apache.geronimo.system.plugin.model
 class DependencyType
          See pluginType/dependency above Java class for dependencyType complex type.
 

Fields in org.apache.geronimo.system.plugin.model declared as ArtifactType
protected  ArtifactType PrerequisiteType.id
           
protected  ArtifactType PluginArtifactType.moduleId
           
 

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

Methods in org.apache.geronimo.system.plugin.model that return ArtifactType
 ArtifactType ObjectFactory.createArtifactType()
          Create an instance of ArtifactType
 ArtifactType PrerequisiteType.getId()
          Gets the value of the id property.
 ArtifactType PluginArtifactType.getModuleId()
          Gets the value of the moduleId property.
 

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

Methods in org.apache.geronimo.system.plugin.model with parameters of type ArtifactType
 void PrerequisiteType.setId(ArtifactType value)
          Sets the value of the id property.
 void PluginArtifactType.setModuleId(ArtifactType value)
          Sets the value of the moduleId property.
 



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