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

Packages that use PluginListType
org.apache.geronimo.console.car   
org.apache.geronimo.deployment.cli   
org.apache.geronimo.deployment.plugin.jmx   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.plugin   
org.apache.geronimo.system.plugin.model   
 

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

Methods in org.apache.geronimo.console.car that return PluginListType
protected  PluginListType BaseImportExportHandler.getPluginsFromIds(String[] configIds, PluginListType list)
           
protected  PluginListType BaseImportExportHandler.getRepoPluginList(javax.portlet.PortletRequest request, PluginInstaller pluginInstaller, String repo, String user, String pass)
           
protected  PluginListType BaseImportExportHandler.getServerPluginList(javax.portlet.PortletRequest request, PluginInstaller pluginInstaller)
           
 

Methods in org.apache.geronimo.console.car with parameters of type PluginListType
protected  PluginListType BaseImportExportHandler.getPluginsFromIds(String[] configIds, PluginListType list)
           
protected  void AbstractListHandler.listPlugins(javax.portlet.RenderRequest request, PluginInstaller pluginInstaller, PluginListType data, boolean validate)
           
 

Uses of PluginListType in org.apache.geronimo.deployment.cli
 

Methods in org.apache.geronimo.deployment.cli that return PluginListType
 PluginListType CommandListConfigurations.getInstallList(PluginListType plugins, jline.ConsoleReader consoleReader, String repo)
           
 PluginListType CommandListConfigurations.getLocalPluginCategories(GeronimoDeploymentManager mgr, jline.ConsoleReader consoleReader)
           
 PluginListType CommandListConfigurations.getPluginCategories(String repo, GeronimoDeploymentManager mgr, jline.ConsoleReader consoleReader)
           
 

Methods in org.apache.geronimo.deployment.cli with parameters of type PluginListType
 void CommandListConfigurations.assembleServer(GeronimoDeploymentManager mgr, List<String> list, PluginListType all, String repositoryPath, String relativeServerPath, jline.ConsoleReader consoleReader)
           
 void CommandListConfigurations.assembleServer(GeronimoDeploymentManager mgr, PluginListType list, String repositoryPath, String relativeServerPath, jline.ConsoleReader consoleReader)
           
 PluginListType CommandListConfigurations.getInstallList(PluginListType plugins, jline.ConsoleReader consoleReader, String repo)
           
 void CommandListConfigurations.installPlugins(GeronimoDeploymentManager mgr, List<String> list, PluginListType all, String defaultRepository, jline.ConsoleReader consoleReader, ServerConnection connection)
           
 void CommandListConfigurations.installPlugins(GeronimoDeploymentManager mgr, PluginListType list, String defaultRepository, jline.ConsoleReader consoleReader, ServerConnection connection)
           
 

Uses of PluginListType in org.apache.geronimo.deployment.plugin.jmx
 

Methods in org.apache.geronimo.deployment.plugin.jmx that return PluginListType
 PluginListType RemoteDeploymentManager.createPluginListForRepositories(String repo)
           
 PluginListType RemoteDeploymentManager.listPlugins(URL mavenRepository, String username, String password)
           
 

Methods in org.apache.geronimo.deployment.plugin.jmx with parameters of type PluginListType
 DownloadResults RemoteDeploymentManager.install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
           
 void RemoteDeploymentManager.install(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
           
 DownloadResults RemoteDeploymentManager.installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList)
           
 Object RemoteDeploymentManager.startInstall(PluginListType configsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
           
 

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

Methods in org.apache.geronimo.mavenplugins.car that return PluginListType
 PluginListType CreatePluginListMojo.createPluginListForRepositories(ListableRepository repository, String repoName)
           
 PluginListType Maven2RepositoryAdapter.getPluginList()
           
 

Methods in org.apache.geronimo.mavenplugins.car with parameters of type PluginListType
protected  void InstallModulesMojo.addDependencies(PluginListType pluginList)
          Retrieves all artifact dependencies.
 void UpdatePluginListMojo.updatePluginList(PluginType plugin, PluginListType pluginList)
           
 

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

Methods in org.apache.geronimo.system.plugin that return PluginListType
 PluginListType PluginInstaller.createPluginListForRepositories(String repo)
           
 PluginListType PluginInstallerGBean.createPluginListForRepositories(String repo)
           
 PluginListType GeronimoSourceRepository.getPluginList()
           
 PluginListType LocalSourceRepository.getPluginList()
           
 PluginListType RemoteSourceRepository.getPluginList()
           
 PluginListType SourceRepository.getPluginList()
           
 PluginListType PluginInstaller.listPlugins(URL mavenRepository, String username, String password)
          Lists the plugins available for download in a particular Geronimo repository.
 PluginListType PluginInstallerGBean.listPlugins(URL mavenRepository, String username, String password)
          Lists the plugins available for download in a particular Geronimo repository.
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 with parameters of type PluginListType
 void PluginInstallerGBean.install(PluginListType pluginsToInstall, SourceRepository defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
           
 void PluginInstallerGBean.install(PluginListType pluginsToInstall, SourceRepository defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller, boolean validatePlugins)
           
 DownloadResults PluginInstaller.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 DownloadResults PluginInstallerGBean.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 void PluginInstaller.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 void PluginInstallerGBean.install(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 DownloadResults PluginInstaller.installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList)
           
 DownloadResults PluginInstallerGBean.installPluginList(String targetRepositoryPath, String relativeTargetServerPath, PluginListType pluginList)
          This more or less clones the current PluginInstallerGBean to create one with the same server instances (structure) but using the current server as config store and assembling a server in a provided location.
 Object PluginInstaller.startInstall(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 Object PluginInstallerGBean.startInstall(PluginListType pluginsToInstall, String defaultRepository, boolean restrictToDefaultRepository, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
static void PluginXmlUtil.writePluginList(PluginListType metadata, Writer out)
           
 

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
 

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>}
 



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