org.apache.geronimo.system.plugin
Class GeronimoSourceRepository

java.lang.Object
  extended by org.apache.geronimo.system.plugin.GeronimoSourceRepository
All Implemented Interfaces:
SourceRepository

public class GeronimoSourceRepository
extends Object
implements SourceRepository


Constructor Summary
GeronimoSourceRepository(Collection<? extends Repository> repos, ArtifactResolver artifactResolver)
           
 
Method Summary
 PluginListType getPluginList()
           
 OpenResult open(Artifact artifact, FileWriteMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoSourceRepository

public GeronimoSourceRepository(Collection<? extends Repository> repos,
                                ArtifactResolver artifactResolver)
Method Detail

getPluginList

public PluginListType getPluginList()
Specified by:
getPluginList in interface SourceRepository

open

public OpenResult open(Artifact artifact,
                       FileWriteMonitor monitor)
                throws IOException,
                       FailedLoginException
Specified by:
open in interface SourceRepository
Throws:
IOException
FailedLoginException


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