Uses of Package
dk.netarkivet.common.utils

Packages that use dk.netarkivet.common.utils
dk.netarkivet.archive.arcrepository   
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.indexserver   
dk.netarkivet.archive.indexserver.distribute   
dk.netarkivet.common.distribute   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.common.distribute.indexserver   
dk.netarkivet.common.distribute.monitorregistry   
dk.netarkivet.common.utils   
dk.netarkivet.common.utils.batch   
dk.netarkivet.common.webinterface   
dk.netarkivet.harvester.datamodel   
dk.netarkivet.harvester.harvesting This module handles defining, scheduling, and execution of harvests. 
dk.netarkivet.harvester.harvesting.controller   
dk.netarkivet.harvester.harvesting.distribute   
dk.netarkivet.harvester.harvesting.monitor   
dk.netarkivet.harvester.harvesting.report   
dk.netarkivet.harvester.webinterface   
dk.netarkivet.monitor.distribute   
dk.netarkivet.monitor.registry.distribute   
dk.netarkivet.viewerproxy This module gives access to previously harvested material, through a proxy solution. 
dk.netarkivet.wayback.aggregator The Aggregator takes care of sorting the raw index files generated by the indexer and merge the files into larger index files usable by Wayback. 
dk.netarkivet.wayback.batch   
dk.netarkivet.wayback.indexer Retrieves indexes of the ARC files in the repository which are needed by Wayback. 
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.arcrepository
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.arcrepository.bitpreservation
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.arcrepositoryadmin
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.bitarchive
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.bitarchive.distribute
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.checksum.distribute
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.indexserver
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.archive.indexserver.distribute
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.common.distribute
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.common.distribute.arcrepository
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.common.distribute.indexserver
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.common.distribute.monitorregistry
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.common.utils
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
FilterIterator
          An iterator that filters out and converts items from another iterator.
FreeSpaceProvider
          This interface encapsulates providing the number of bytes free on the file system.
Named
          This interface describes objects that have a name.
Notifications
          This class encapsulates reacting to a serious error message.
SettingsFactory
          Generic class for creating class instances from class names given in settings.
SparseBitSet
          A sparse implementation of a BitSet, that does not require memory linear to the largest index.
StringTree
          An interface defining a structure with nodes, subnodes and leaves.
TableSort.SortOrder
          list of the sort order.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.common.utils.batch
KeyValuePair
          A generic Map.Entry class, useful for returning key-value-like results.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.common.webinterface
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
I18n
          Internationalization class.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.harvester.datamodel
Named
          This interface describes objects that have a name.
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.harvester.harvesting
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.harvester.harvesting.controller
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.harvester.harvesting.distribute
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.harvester.harvesting.monitor
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.harvester.harvesting.report
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.harvester.webinterface
I18n
          Internationalization class.
TableSort.SortOrder
          list of the sort order.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.monitor.distribute
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.monitor.registry.distribute
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.viewerproxy
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.wayback.aggregator
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.wayback.batch
SettingsFactory
          Generic class for creating class instances from class names given in settings.
 

Classes in dk.netarkivet.common.utils used by dk.netarkivet.wayback.indexer
CleanupIF
          Interface for classes which can be cleaned up by a shutdown hook.