dk.netarkivet.archive.arcrepository.bitpreservation
Class Constants

java.lang.Object
  extended by dk.netarkivet.archive.arcrepository.bitpreservation.Constants

public final class Constants
extends java.lang.Object

Constants used in bit preservation.


Field Summary
static long ONE_HOUR_IN_MILLIES
          One hour in milliseconds.
static long ONE_MIN_IN_MILLIES
          On min in milliseconds.
static java.lang.String STRING_FILENAME_SEPARATOR
          Characters used for separating a file identifier from the checksum in the output from a checksum job.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_FILENAME_SEPARATOR

public static final java.lang.String STRING_FILENAME_SEPARATOR
Characters used for separating a file identifier from the checksum in the output from a checksum job.

See Also:
Constant Field Values

ONE_MIN_IN_MILLIES

public static final long ONE_MIN_IN_MILLIES
On min in milliseconds.

See Also:
Constant Field Values

ONE_HOUR_IN_MILLIES

public static final long ONE_HOUR_IN_MILLIES
One hour in milliseconds.

See Also:
Constant Field Values