dk.netarkivet.harvester.harvesting
Class ArchiveFilenameParser

java.lang.Object
  extended by dk.netarkivet.harvester.harvesting.ArchiveFilenameParser

public abstract class ArchiveFilenameParser
extends java.lang.Object


Constructor Summary
ArchiveFilenameParser()
           
 
Method Summary
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
 

Constructor Detail

ArchiveFilenameParser

public ArchiveFilenameParser()
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.