Package dk.netarkivet.common.utils.batch

Class Summary
ARCBatchFilter A filter class for batch entries.
BatchLocalFiles Class for running FileBatchJobs on a set of local files.
ByteClassLoader A subclass of ClassLoader that can take a byte[] containing a class file.
ByteJarLoader ByteJarLoader is a ClassLoader that stores java classes in a map where the key to the map is the class name, and the value is the class stored as a byte array.
ChecksumJob Class responsible for checksumming a list of files.
FileBatchJob Interface defining a batch job to run on a set of files.
FileBatchJob.ExceptionOccurrence This class holds the information about exceptions that occurred in a batchjob.
FileListJob A batch job which returns a list of all files in the bitarchive in which it runs.
FileRemover This class implements a batchjob that enables you to delete files from an archive.
LoadableFileBatchJob This implementation of FileBatchJob is a bridge to a class file given as a File object.
LoadableJarBatchJob This implementation of FileBatchJob is a bridge to a jar file given as a File object.