Package eu.steffo.cleaver.logic
Class StitchJob
java.lang.Object
java.lang.Thread
eu.steffo.cleaver.logic.Job
eu.steffo.cleaver.logic.StitchJob
- All Implemented Interfaces:
java.lang.Runnable
public class StitchJob extends Job
-
Nested Class Summary
-
Field Summary
Fields inherited from class eu.steffo.cleaver.logic.Job
compressConfig, cryptConfig, file, progress, splitConfig
-
Constructor Summary
Constructors Constructor Description StitchJob(java.io.File file, java.lang.String cryptKey)
-
Method Summary
Methods inherited from class eu.steffo.cleaver.logic.Job
getCompressConfig, getCryptConfig, getFile, getProgress, getSplitConfig
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Constructor Details
-
StitchJob
public StitchJob(java.io.File file, java.lang.String cryptKey) throws ChpFileError, ProgrammingError- Throws:
ChpFileError
ProgrammingError
-
-
Method Details