- get(String) - Method in class org.codehaus.mojo.mrm.api.BaseFileSystem
-
Returns the entry at the specified path.
- get(DirectoryEntry, String) - Method in class org.codehaus.mojo.mrm.api.BaseFileSystem
-
Gets the named entry in the specified directory.
- get(String) - Method in interface org.codehaus.mojo.mrm.api.FileSystem
-
Returns the entry at the specified path.
- get(Artifact) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
- getArchetypeCatalog() - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
- getArchetypeCatalog() - Method in class org.codehaus.mojo.mrm.api.maven.BaseArtifactStore
- getArchetypeCatalogLastModified() - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
- getArchetypeCatalogLastModified() - Method in class org.codehaus.mojo.mrm.api.maven.BaseArtifactStore
- getArchetypeManager() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the ArchetypeManager
- getArtifact() - Method in exception org.codehaus.mojo.mrm.api.maven.ArtifactNotFoundException
-
Gets the artifact that does not exist.
- getArtifactFactory() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the ArtifactFactory provided by Maven.
- getArtifactId() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the artifactId of the artifact.
- getArtifactIds(String) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the set of artifactIds that belong in the specified groupId.
- getArtifactResolver() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the ArtifactResolver provided by Maven.
- getArtifacts(String, String, String) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the set of artifacts at the specified groupId:artifactId:version.
- getBuildNumber() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the build number of the artifact (may be null).
- getClassifier() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the classifier of the artifact (may be null).
- getFileSystem() - Method in class org.codehaus.mojo.mrm.api.AbstractEntry
-
Returns the repository that this entry belongs to.
- getFileSystem() - Method in interface org.codehaus.mojo.mrm.api.Entry
-
Returns the repository that this entry belongs to.
- getGroupId() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the groupId of the artifact.
- getGroupIds(String) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the set of groupIds that begin with the specified prefix.
- getInputStream() - Method in interface org.codehaus.mojo.mrm.api.FileEntry
-
Returns the contents of the entry.
- getLastModified() - Method in class org.codehaus.mojo.mrm.api.DefaultDirectoryEntry
-
Returns the time that this entry was last modified.
- getLastModified() - Method in interface org.codehaus.mojo.mrm.api.Entry
-
Returns the time that this entry was last modified.
- getLastModified(DirectoryEntry) - Method in interface org.codehaus.mojo.mrm.api.FileSystem
-
Returns the time that the specified directory entry was last modified.
- getLastModified(Artifact) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the time that the specified artifact was last modified.
- getLocalRepository() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the ArtifactRepository provided by Maven.
- getLog() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the Log to log to.
- getMetadata(String) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the specified metadata.
- getMetadataLastModified(String) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the time that the specified metadata was last modified.
- getName() - Method in class org.codehaus.mojo.mrm.api.AbstractEntry
-
Returns the name of this entry.
- getName() - Method in interface org.codehaus.mojo.mrm.api.Entry
-
Returns the name of this entry.
- getName() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the name of the artifact.
- getParent() - Method in class org.codehaus.mojo.mrm.api.AbstractEntry
-
Returns the parent of this entry (or null if there is no parent, that is the root entry).
- getParent() - Method in interface org.codehaus.mojo.mrm.api.Entry
-
Returns the parent of this entry (or null if there is no parent, that is the root entry).
- getPath() - Method in exception org.codehaus.mojo.mrm.api.maven.MetadataNotFoundException
-
Gets the path of the metadata that does not exist.
- getRemoteArtifactRepositories() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the remote repositories that we will query.
- getRemotePluginRepositories() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the remote plugin repositories provided by Maven.
- getRepositoryMetadataManager() - Method in interface org.codehaus.mojo.mrm.plugin.FactoryHelper
-
Returns the RepositoryMetadataManager provided by Maven.
- getRoot() - Method in class org.codehaus.mojo.mrm.api.BaseFileSystem
-
Returns the root directory entry.
- getRoot() - Method in interface org.codehaus.mojo.mrm.api.FileSystem
-
Returns the root directory entry.
- getSize() - Method in interface org.codehaus.mojo.mrm.api.FileEntry
-
Returns the size in bytes of the entry.
- getSize(Artifact) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the size in bytes of the specified artifact.
- getTimestamp() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the timestamp of the artifact (may be null).
- getTimestampString() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the timestamp (formatted as a yyyyMMdd.HHmmss string) of the artifact
(may be null).
- getTimestampVersion() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the timestamp version.
- getType() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the type of the artifact.
- getVersion() - Method in class org.codehaus.mojo.mrm.api.maven.Artifact
-
Returns the version of the artifact.
- getVersions(String, String) - Method in interface org.codehaus.mojo.mrm.api.maven.ArtifactStore
-
Returns the set of versions of the specified groupId:artifactId.