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

Packages that use ArtifactType
org.apache.geronimo.system.plugin.model   
 

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
 

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.
static ArtifactType ArtifactType.newArtifactType(org.apache.geronimo.kernel.repository.Artifact artifact)
           
 

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-2013 The Apache Geronimo development community. All Rights Reserved.