|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.repository.AbstractArtifact org.apache.maven.repository.PluginArtifact
Plugin artifact that has special knowledge of the MavenSession's plugin mechanism.
Field Summary |
Fields inherited from class org.apache.maven.repository.AbstractArtifact |
fs |
Fields inherited from interface org.apache.maven.repository.Artifact |
OVERRIDE_NONE, OVERRIDE_PATH, OVERRIDE_VERSION |
Constructor Summary | |
PluginArtifact(org.apache.maven.project.Dependency dependency)
Constructor for the MavenSession Plugin artifact object. |
Method Summary | |
java.lang.String |
generatePath()
Generate the path for this artifact given its dependency attributes. |
java.lang.String |
getUrlPath()
Return an URL path that is platform agnostic. |
Methods inherited from class org.apache.maven.repository.AbstractArtifact |
exists, getChecksumUrl, getDependency, getDescription, getFile, getName, getOverrideType, getPath, isSnapshot, setDependency, setOverrideType, setPath, verify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PluginArtifact(org.apache.maven.project.Dependency dependency)
dependency
- Project dependency.Method Detail |
public java.lang.String generatePath()
Artifact
generatePath
in interface Artifact
generatePath
in class AbstractArtifact
Artifact.generatePath()
public java.lang.String getUrlPath()
Artifact
getUrlPath
in interface Artifact
getUrlPath
in class AbstractArtifact
Artifact.getUrlPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |