Class ArchiveFilenameParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getFilename()
      Get the filename.
      abstract java.lang.String getHarvestID()  
      abstract java.lang.String getJobID()
      Get the job ID.
      abstract java.lang.String getSerialNo()
      Get the serial number.
      abstract java.lang.String getTimeStamp()
      Get the timestamp.
      • Methods inherited from class java.lang.Object

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

      • getHarvestID

        public abstract java.lang.String getHarvestID()
        Returns:
        the harvestID.
      • getJobID

        public abstract java.lang.String getJobID()
        Get the job ID.
        Returns:
        the Job ID.
      • getTimeStamp

        public abstract java.lang.String getTimeStamp()
        Get the timestamp.
        Returns:
        the timestamp.
      • getSerialNo

        public abstract java.lang.String getSerialNo()
        Get the serial number.
        Returns:
        the serial number.
      • getFilename

        public abstract java.lang.String getFilename()
        Get the filename.
        Returns:
        the filename.