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

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

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

Methods in org.apache.geronimo.system.plugin.model that return PluginListType
 PluginListType ObjectFactory.createPluginListType()
          Create an instance of PluginListType
static PluginListType PluginXmlUtil.loadPluginList(InputStream in)
          Loads the list of all available plugins from the specified stream (representing geronimo-plugins.xml at the specified repository).
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type PluginListType
 JAXBElement<PluginListType> ObjectFactory.createGeronimoPluginList(PluginListType value)
          Create an instance of JAXBElement<PluginListType>}
 

Methods in org.apache.geronimo.system.plugin.model with parameters of type PluginListType
 JAXBElement<PluginListType> ObjectFactory.createGeronimoPluginList(PluginListType value)
          Create an instance of JAXBElement<PluginListType>}
static void PluginXmlUtil.writePluginList(PluginListType metadata, Writer out)
           
 



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