org.apache.geronimo.system.repository
Class Maven2Repository

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.repository.Maven2Repository
All Implemented Interfaces:
ListableRepository, Repository, WritableListableRepository, WriteableRepository

public class Maven2Repository
extends Maven2Repository

Version:
$Rev: 653740 $ $Date: 2008-05-06 18:44:18 +0800 (Tue, 06 May 2008) $

Field Summary
static GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.kernel.repository.AbstractRepository
rootFile
 
Constructor Summary
Maven2Repository(java.io.File rootFile)
           
Maven2Repository(java.net.URI root, ServerInfo serverInfo, boolean resolveToServer)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 
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, 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.WriteableRepository
copyToRepository, copyToRepository
 
Methods inherited from interface org.apache.geronimo.kernel.repository.Repository
contains
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

Maven2Repository

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

Maven2Repository

public Maven2Repository(java.io.File rootFile)
Method Detail

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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