|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |