Class PluginArtifact

java.lang.Object
org.apache.maven.artifact.DefaultArtifact
org.apache.maven.project.artifact.PluginArtifact
All Implemented Interfaces:
Comparable<org.apache.maven.artifact.Artifact>, org.apache.maven.artifact.Artifact, ArtifactWithDependencies

public class PluginArtifact extends org.apache.maven.artifact.DefaultArtifact implements ArtifactWithDependencies
PluginArtifact
  • Field Summary

    Fields inherited from interface org.apache.maven.artifact.Artifact

    LATEST_VERSION, RELEASE_VERSION, SCOPE_COMPILE, SCOPE_COMPILE_PLUS_RUNTIME, SCOPE_IMPORT, SCOPE_PROVIDED, SCOPE_RUNTIME, SCOPE_RUNTIME_PLUS_SYSTEM, SCOPE_SYSTEM, SCOPE_TEST, SNAPSHOT_VERSION, VERSION_FILE_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
    PluginArtifact(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.Artifact pluginArtifact)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.maven.model.Dependency>
     
    List<org.apache.maven.model.Dependency>
     

    Methods inherited from class org.apache.maven.artifact.DefaultArtifact

    addMetadata, compareTo, equals, getArtifactHandler, getArtifactId, getAvailableVersions, getBaseVersion, getBaseVersionInternal, getClassifier, getDependencyConflictId, getDependencyFilter, getDependencyTrail, getDownloadUrl, getFile, getGroupId, getId, getMetadataList, getRepository, getScope, getSelectedVersion, getType, getVersion, getVersionRange, hasClassifier, hashCode, isOptional, isRelease, isResolved, isSelectedVersionKnown, isSnapshot, selectVersion, setArtifactHandler, setArtifactId, setAvailableVersions, setBaseVersion, setBaseVersionInternal, setDependencyFilter, setDependencyTrail, setDownloadUrl, setFile, setGroupId, setOptional, setRelease, setRepository, setResolved, setResolvedVersion, setScope, setVersion, setVersionRange, toString, updateVersion

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PluginArtifact

      public PluginArtifact(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.Artifact pluginArtifact)
  • Method Details