org.apache.geronimo.system.repository
Class Maven1Repository

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

public class Maven1Repository
extends Maven1Repository


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.kernel.repository.AbstractRepository
log, rootFile
 
Constructor Summary
Maven1Repository(File rootFile)
           
Maven1Repository(URI root, ServerInfo serverInfo, boolean resolveToServer)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 
Methods inherited from class org.apache.geronimo.kernel.repository.Maven1Repository
getFiles, 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

Maven1Repository

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

Maven1Repository

public Maven1Repository(File rootFile)
Method Detail

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.