Package org.codehaus.mojo.mrm.impl.maven
Class MockArtifactStore
java.lang.Object
org.codehaus.mojo.mrm.api.maven.BaseArtifactStore
org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
- All Implemented Interfaces:
ArtifactStore
An artifact store that keeps all its artifacts in memory.
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]The extensions to search for when looking for POMs to mock. -
Constructor Summary
ConstructorsConstructorDescriptionMockArtifactStore(File root) Create a mock artifact store by scanning for POMs within the specified root.MockArtifactStore(org.apache.maven.plugin.logging.Log log, File root) Create a mock artifact store by scanning for POMs within the specified root.MockArtifactStore(org.apache.maven.plugin.logging.Log log, File root, boolean lazyArchiver) Create a mock artifact store by scanning for POMs within the specified root. -
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
-
Field Details
-
POM_EXTENSIONS
The extensions to search for when looking for POMs to mock.- Since:
- 1.0
-
-
Constructor Details
-
MockArtifactStore
Create a mock artifact store by scanning for POMs within the specified root.- Parameters:
root- the root to search for POMs within.- Since:
- 1.0
-
MockArtifactStore
Create a mock artifact store by scanning for POMs within the specified root.- Parameters:
log- theLogto log to.root- the root to search for POMs within.- Since:
- 1.0
-
MockArtifactStore
Create a mock artifact store by scanning for POMs within the specified root.- Parameters:
log- theLogto log to.root- the root to search for POMs within.- 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:
ArchetypeCatalogNotFoundException
-