Package org.codehaus.mojo.mrm.impl.maven
Class CompositeArtifactStore
java.lang.Object
org.codehaus.mojo.mrm.api.maven.BaseArtifactStore
org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
- All Implemented Interfaces:
ArtifactStore
An artifact store that serves as a union of multiple artifact stores.
- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeArtifactStore(ArtifactStore[] stores) Creates a new artifact store resulting from the union of multiple artifact stores. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.archetype.catalog.ArchetypeCataloglonggetArtifactIds(String groupId) getArtifacts(String groupId, String artifactId, String version) getGroupIds(String parentGroupId) longgetLastModified(Artifact artifact) org.apache.maven.artifact.repository.metadata.MetadatagetMetadata(String path) longlonggetVersions(String groupId, String artifactId) voidset(Artifact artifact, InputStream content) Methods inherited from class org.codehaus.mojo.mrm.api.maven.BaseArtifactStore
setArchetypeCatalog, setMetadata
-
Constructor Details
-
CompositeArtifactStore
Creates a new artifact store resulting from the union of multiple artifact stores.- Parameters:
stores- the artifact stores.- Since:
- 1.0
-
-
Method Details
-
getGroupIds
-
getArtifactIds
-
getVersions
-
getArtifacts
-
getLastModified
- Throws:
IOExceptionArtifactNotFoundException
-
getSize
- Throws:
IOExceptionArtifactNotFoundException
-
get
- Throws:
IOExceptionArtifactNotFoundException
-
set
- Specified by:
setin interfaceArtifactStore- Overrides:
setin classBaseArtifactStore- Throws:
IOException
-
getMetadata
public org.apache.maven.artifact.repository.metadata.Metadata getMetadata(String path) throws IOException, MetadataNotFoundException - Throws:
IOExceptionMetadataNotFoundException
-
getMetadataLastModified
- Throws:
IOExceptionMetadataNotFoundException
-
getArchetypeCatalog
public org.apache.maven.archetype.catalog.ArchetypeCatalog getArchetypeCatalog() throws IOException, ArchetypeCatalogNotFoundException- Specified by:
getArchetypeCatalogin interfaceArtifactStore- Overrides:
getArchetypeCatalogin classBaseArtifactStore- Throws:
IOExceptionArchetypeCatalogNotFoundException
-
getArchetypeCatalogLastModified
- Specified by:
getArchetypeCatalogLastModifiedin interfaceArtifactStore- Overrides:
getArchetypeCatalogLastModifiedin classBaseArtifactStore- Throws:
IOExceptionArchetypeCatalogNotFoundException
-