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
Direct Known Subclasses:
Maven2RepositoryAdapter

public class Maven2Repository
extends Maven2Repository


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.kernel.repository.AbstractRepository
rootFile
 
Constructor Summary
Maven2Repository(File rootFile)
           
Maven2Repository(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, 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
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

Maven2Repository

public Maven2Repository(URI root,
                        ServerInfo serverInfo,
                        boolean resolveToServer)

Maven2Repository

public Maven2Repository(File rootFile)
Method Detail

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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