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

Packages that use PluginArtifactType
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.plugin.model   
 

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

Methods in org.apache.geronimo.system.configuration that return PluginArtifactType
 PluginArtifactType DependencyManager.getCachedPluginMetadata(org.osgi.framework.Bundle bundle)
           
 

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  java.util.List<PluginArtifactType> PluginType.pluginArtifact
           
 

Methods in org.apache.geronimo.system.plugin.model that return PluginArtifactType
 PluginArtifactType ObjectFactory.createPluginArtifactType()
          Create an instance of PluginArtifactType
static PluginArtifactType PluginXmlUtil.loadPluginArtifactMetadata(java.io.Reader in)
           
 

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

Methods in org.apache.geronimo.system.plugin.model with parameters of type PluginArtifactType
static void PluginXmlUtil.writePluginArtifact(PluginArtifactType value, java.io.Writer out)
           
 



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