org.apache.geronimo.system.plugin
Interface SourceRepository

All Known Implementing Classes:
GeronimoSourceRepository, LocalSourceRepository, Maven2RepositoryAdapter, RemoteSourceRepository

public interface SourceRepository


Method Summary
 PluginListType getPluginList()
           
 OpenResult open(Artifact artifact, FileWriteMonitor monitor)
           
 

Method Detail

getPluginList

PluginListType getPluginList()

open

OpenResult open(Artifact artifact,
                FileWriteMonitor monitor)
                throws IOException,
                       FailedLoginException
Throws:
IOException
FailedLoginException


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