Uses of Class
org.codehaus.mojo.mrm.api.maven.Artifact
Packages that use Artifact
-
Uses of Artifact in org.codehaus.mojo.mrm.api
Methods in org.codehaus.mojo.mrm.api with parameters of type ArtifactModifier and TypeMethodDescriptionstatic org.eclipse.aether.artifact.ArtifactResolverUtils.createArtifact(org.apache.maven.execution.MavenSession mavenSession, Artifact artifact) Creates a newArtifactbased on anArtifactobject. -
Uses of Artifact in org.codehaus.mojo.mrm.api.maven
Methods in org.codehaus.mojo.mrm.api.maven that return ArtifactModifier and TypeMethodDescriptionArtifactNotFoundException.getArtifact()Gets the artifact that does not exist.Methods in org.codehaus.mojo.mrm.api.maven that return types with arguments of type ArtifactModifier and TypeMethodDescriptionArtifactStore.getArtifacts(String groupId, String artifactId, String version) Returns the set of artifacts at the specified groupId:artifactId:version.Methods in org.codehaus.mojo.mrm.api.maven with parameters of type ArtifactModifier and TypeMethodDescriptionintbooleanArtifact.equalSnapshots(Artifact artifact) More lax version ofequals(Object)that matches SNAPSHOTs with their corresponding timestamped versions.Retrieves the the artifact as anInputStream.longArtifactStore.getLastModified(Artifact artifact) Returns the time that the specified artifact was last modified.longReturns the size in bytes of the specified artifact.voidArtifactStore.set(Artifact artifact, InputStream content) Create/update the specified artifact.voidBaseArtifactStore.set(Artifact artifact, InputStream content) Constructors in org.codehaus.mojo.mrm.api.maven with parameters of type ArtifactModifierConstructorDescriptionArtifactNotFoundException(String message, Artifact artifact) Creates a newArtifactNotFoundException.ArtifactNotFoundException(String message, Artifact artifact, Throwable cause) Creates a newArtifactNotFoundException.ArtifactNotFoundException(Artifact artifact) Creates a newArtifactNotFoundException.ArtifactNotFoundException(Artifact artifact, Throwable cause) Creates a newArtifactNotFoundException.