Class SkippedArtifactMetadata

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class SkippedArtifactMetadata
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    Information about artifact which was built, but not installed into any package.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SkippedArtifactMetadata clone()
      Method clone.
      java.lang.String getArtifactId()
      Get artifact ID of skipped artifact.
      java.lang.String getClassifier()
      Get classifier of skipped artifact.
      java.lang.String getExtension()
      Get extension of skipped artifact.
      java.lang.String getGroupId()
      Get group ID of skipped artifact.
      void setArtifactId​(java.lang.String artifactId)
      Set artifact ID of skipped artifact.
      void setClassifier​(java.lang.String classifier)
      Set classifier of skipped artifact.
      void setExtension​(java.lang.String extension)
      Set extension of skipped artifact.
      void setGroupId​(java.lang.String groupId)
      Set group ID of skipped artifact.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SkippedArtifactMetadata

        public SkippedArtifactMetadata()
    • Method Detail

      • clone

        public SkippedArtifactMetadata clone()
        Method clone.
        Overrides:
        clone in class java.lang.Object
        Returns:
        SkippedArtifactMetadata
      • getArtifactId

        public java.lang.String getArtifactId()
        Get artifact ID of skipped artifact.
        Returns:
        String
      • getClassifier

        public java.lang.String getClassifier()
        Get classifier of skipped artifact.
        Returns:
        String
      • getExtension

        public java.lang.String getExtension()
        Get extension of skipped artifact.
        Returns:
        String
      • getGroupId

        public java.lang.String getGroupId()
        Get group ID of skipped artifact.
        Returns:
        String
      • setArtifactId

        public void setArtifactId​(java.lang.String artifactId)
        Set artifact ID of skipped artifact.
        Parameters:
        artifactId - a artifactId object.
      • setClassifier

        public void setClassifier​(java.lang.String classifier)
        Set classifier of skipped artifact.
        Parameters:
        classifier - a classifier object.
      • setExtension

        public void setExtension​(java.lang.String extension)
        Set extension of skipped artifact.
        Parameters:
        extension - a extension object.
      • setGroupId

        public void setGroupId​(java.lang.String groupId)
        Set group ID of skipped artifact.
        Parameters:
        groupId - a groupId object.