org.apache.geronimo.mavenplugins.car
Class Maven2RepositoryAdapter
java.lang.Object
org.apache.geronimo.kernel.repository.AbstractRepository
org.apache.geronimo.kernel.repository.Maven2Repository
org.apache.geronimo.system.repository.Maven2Repository
org.apache.geronimo.mavenplugins.car.Maven2RepositoryAdapter
- All Implemented Interfaces:
- ListableRepository, Repository, WritableListableRepository, WriteableRepository, SourceRepository
public class Maven2RepositoryAdapter
- extends Maven2Repository
- implements SourceRepository
Helps adapt Geronimo repositories to Maven repositories for packaging building.
- Version:
- $Rev: 648603 $ $Date: 2008-04-16 00:52:51 -0700 (Wed, 16 Apr 2008) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
Maven2RepositoryAdapter
public Maven2RepositoryAdapter(Set<org.apache.maven.artifact.Artifact> dependencyTree,
Maven2RepositoryAdapter.ArtifactLookup lookup)
getLocation
public File getLocation(Artifact artifact)
- Specified by:
getLocation in interface Repository- Overrides:
getLocation in class Maven2Repository
list
public SortedSet list()
- Specified by:
list in interface ListableRepository- Overrides:
list in class Maven2Repository
list
public SortedSet list(Artifact query)
- Specified by:
list in interface ListableRepository- Overrides:
list in class Maven2Repository
mavenToGeronimoArtifact
protected Artifact mavenToGeronimoArtifact(org.apache.maven.artifact.Artifact artifact)
getPluginList
public PluginListType getPluginList()
- Specified by:
getPluginList in interface SourceRepository
open
public OpenResult open(Artifact artifact,
FileWriteMonitor fileWriteMonitor)
throws IOException,
FailedLoginException
- Specified by:
open in interface SourceRepository
- Throws:
IOException
FailedLoginException
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.