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.
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.
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.
LoadableJarBatchJob.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.