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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String artifactId
      Artifact ID of skipped artifact.
      private java.lang.String classifier
      Classifier of skipped artifact.
      private java.lang.String extension
      Extension of skipped artifact.
      private java.lang.String groupId
      Group ID of skipped artifact.
    • 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
    • Field Detail

      • groupId

        private java.lang.String groupId
        Group ID of skipped artifact.
      • artifactId

        private java.lang.String artifactId
        Artifact ID of skipped artifact.
      • extension

        private java.lang.String extension
        Extension of skipped artifact.
      • classifier

        private java.lang.String classifier
        Classifier of skipped artifact.
    • 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 -
      • setClassifier

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

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

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