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
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact selectedConfigID)
           
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact[] selectedConfigIDs)
           
 PluginList PluginInstallerGBean.listPlugins(URL mavenRepository, String username, String password)
          Lists the plugins available for download in a particular Geronimo repository.
 PluginList PluginInstaller.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
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact selectedConfigID)
           
static PluginList PluginList.createInstallList(PluginList all, org.apache.geronimo.kernel.repository.Artifact[] selectedConfigIDs)
           
 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.
 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 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.
 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 PluginInstallerGBean.startInstall(PluginList pluginsToInstall, String username, String password)
          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.
 



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