org.apache.geronimo.system.plugin
Class PluginList
java.lang.Object
org.apache.geronimo.system.plugin.PluginList
- All Implemented Interfaces:
- Serializable
public class PluginList
- extends Object
- implements Serializable
Metadata on a list of configurations available in a remote server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginList
public PluginList(URL[] repositories,
PluginMetadata[] plugins)
createInstallList
public static PluginList createInstallList(PluginList all,
org.apache.geronimo.kernel.repository.Artifact[] selectedConfigIDs)
createInstallList
public static PluginList createInstallList(PluginList all,
org.apache.geronimo.kernel.repository.Artifact selectedConfigID)
getRepositories
public URL[] getRepositories()
getPlugins
public PluginMetadata[] getPlugins()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.