org.apache.geronimo.system.repository
Class AbstractRepository

java.lang.Object
  extended by org.apache.geronimo.kernel.repository.AbstractRepository
      extended by org.apache.geronimo.system.repository.AbstractRepository
All Implemented Interfaces:
Repository, WriteableRepository

public abstract class AbstractRepository
extends AbstractRepository

Version:
$Rev: 651684 $ $Date: 2008-04-26 03:11:52 +0800 (Sat, 26 Apr 2008) $

Field Summary
protected  org.slf4j.Logger log
           
 
Fields inherited from class org.apache.geronimo.kernel.repository.AbstractRepository
rootFile
 
Constructor Summary
AbstractRepository(java.io.File rootFile)
           
AbstractRepository(java.net.URI root, ServerInfo serverInfo, boolean resolveToServer)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.kernel.repository.AbstractRepository
contains, copyToRepository, copyToRepository, getRootFile, 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.Repository
getLocation
 

Field Detail

log

protected final org.slf4j.Logger log
Constructor Detail

AbstractRepository

public AbstractRepository(java.net.URI root,
                          ServerInfo serverInfo,
                          boolean resolveToServer)

AbstractRepository

public AbstractRepository(java.io.File rootFile)


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