org.apache.geronimo.system.plugin
Class LocalSourceRepository

java.lang.Object
  extended by org.apache.geronimo.kernel.repository.AbstractRepository
      extended by org.apache.geronimo.kernel.repository.Maven2Repository
          extended by org.apache.geronimo.system.plugin.LocalSourceRepository
All Implemented Interfaces:
ListableRepository, Repository, WritableListableRepository, WriteableRepository, SourceRepository

public class LocalSourceRepository
extends Maven2Repository
implements SourceRepository


Field Summary
 
Fields inherited from class org.apache.geronimo.kernel.repository.AbstractRepository
log, rootFile
 
Constructor Summary
LocalSourceRepository(File base)
           
 
Method Summary
 PluginListType getPluginList()
           
 OpenResult open(Artifact artifact, FileWriteMonitor monitor)
           
 
Methods inherited from class org.apache.geronimo.kernel.repository.Maven2Repository
getLocation, list, list
 
Methods inherited from class org.apache.geronimo.kernel.repository.AbstractRepository
contains, copyToRepository, copyToRepository, getDependencies, setTypeHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.kernel.repository.WriteableRepository
copyToRepository, copyToRepository
 
Methods inherited from interface org.apache.geronimo.kernel.repository.Repository
contains, getDependencies
 
Methods inherited from interface org.apache.geronimo.kernel.repository.Repository
contains, getDependencies
 

Constructor Detail

LocalSourceRepository

public LocalSourceRepository(File base)
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.