Class Artifact


  • public class Artifact
    extends java.lang.Object

    Artifact class.

    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String classifier  
      private java.io.File file  
      private java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Artifact()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassifier()
      Getter for the field classifier.
      java.io.File getFile()
      Getter for the field file.
      java.lang.String getType()
      Getter for the field type.
      void setClassifier​(java.lang.String classifier)
      Setter for the field classifier.
      void setFile​(java.io.File localFile)
      Setter for the field file.
      void setType​(java.lang.String type)
      Setter for the field type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • file

        private java.io.File file
      • type

        private java.lang.String type
      • classifier

        private java.lang.String classifier
    • Constructor Detail

      • Artifact

        public Artifact()
    • Method Detail

      • setFile

        public void setFile​(java.io.File localFile)

        Setter for the field file.

        Parameters:
        localFile - a File object.
      • getFile

        public java.io.File getFile()

        Getter for the field file.

        Returns:
        a File object.
      • setType

        public void setType​(java.lang.String type)

        Setter for the field type.

        Parameters:
        type - a String object.
      • getType

        public java.lang.String getType()

        Getter for the field type.

        Returns:
        a String object.
      • setClassifier

        public void setClassifier​(java.lang.String classifier)

        Setter for the field classifier.

        Parameters:
        classifier - a String object.
      • getClassifier

        public java.lang.String getClassifier()

        Getter for the field classifier.

        Returns:
        a String object.