org.apache.geronimo.system.plugin
Interface PluginRepositoryList

All Known Implementing Classes:
PluginRepositoryDownloader

public interface PluginRepositoryList

Interface for a service that lists available plugin repositories.


Method Summary
 void addUserRepository(URL repo)
           
 URL[] getRepositories()
           
 void refresh()
           
 

Method Detail

getRepositories

URL[] getRepositories()

refresh

void refresh()

addUserRepository

void addUserRepository(URL repo)


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