Uses of Class
org.apache.geronimo.system.plugin.PluginList

Packages that use PluginList
org.apache.geronimo.system.plugin   
 

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

Methods in org.apache.geronimo.system.plugin that return PluginList
 PluginList PluginInstaller.listPlugins(URL mavenRepository, String username, String password)
          Lists the plugins available for download in a particular Geronimo repository.
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact[] selectedConfigIDs)
           
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact selectedConfigID)
           
 PluginList PluginInstallerGBean.listPlugins(URL mavenRepository, String username, String password)
          Lists the plugins available for download in a particular Geronimo repository.
 

Methods in org.apache.geronimo.system.plugin with parameters of type PluginList
 DownloadResults PluginInstaller.install(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 void PluginInstaller.install(PluginList pluginsToInstall, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 Object PluginInstaller.startInstall(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact[] selectedConfigIDs)
           
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact selectedConfigID)
           
 DownloadResults PluginInstallerGBean.install(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 void PluginInstallerGBean.install(PluginList pluginsToInstall, String username, String password, DownloadPoller poller)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 Object PluginInstallerGBean.startInstall(PluginList pluginsToInstall, String username, String password)
          Installs a configuration from a remote repository into the local Geronimo server, including all its dependencies.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.