org.apache.geronimo.system.plugin
Class RemoteSourceRepository

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

public class RemoteSourceRepository
extends Object
implements SourceRepository


Constructor Summary
RemoteSourceRepository(URI base, String username, String password)
           
 
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

RemoteSourceRepository

public RemoteSourceRepository(URI base,
                              String username,
                              String password)
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.