Uses of Interface
org.apache.geronimo.system.plugin.SourceRepository

Packages that use SourceRepository
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.plugin   
 

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

Classes in org.apache.geronimo.mavenplugins.car that implement SourceRepository
 class Maven2RepositoryAdapter
          Helps adapt Geronimo repositories to Maven repositories for packaging building.
 

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

Classes in org.apache.geronimo.system.plugin that implement SourceRepository
 class GeronimoSourceRepository
           
 class LocalSourceRepository
           
 class RemoteSourceRepository
           
 

Methods in org.apache.geronimo.system.plugin that return SourceRepository
static SourceRepository SourceRepositoryFactory.getSourceRepository(String repo)
           
static SourceRepository SourceRepositoryFactory.getSourceRepository(String repo, String user, String pass)
           
 

Methods in org.apache.geronimo.system.plugin with parameters of type SourceRepository
 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)
           
 



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