dk.netarkivet.archive.arcrepository.bitpreservation
Class ActiveBitPreservationFactory

java.lang.Object
  extended by dk.netarkivet.common.utils.SettingsFactory<ActiveBitPreservation>
      extended by dk.netarkivet.archive.arcrepository.bitpreservation.ActiveBitPreservationFactory

public class ActiveBitPreservationFactory
extends SettingsFactory<ActiveBitPreservation>

A factory for the ActiveBitPreservation interface.
Creates an instance of the ActiveBitPreservation from on the setting settings.archive.bitpreservation.class.

See Also:
ActiveBitPreservation

Constructor Summary
ActiveBitPreservationFactory()
           
 
Method Summary
static ActiveBitPreservation getInstance()
          Method for retrieving the current ActiveBitPreservation instance defined in the settings.
 
Methods inherited from class dk.netarkivet.common.utils.SettingsFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveBitPreservationFactory

public ActiveBitPreservationFactory()
Method Detail

getInstance

public static ActiveBitPreservation getInstance()
Method for retrieving the current ActiveBitPreservation instance defined in the settings.

Returns:
The ActiveBitPreservation defined in the settings.