Package org.eclipse.jgit.util
Class FS.GobblerThread
java.lang.Object
java.lang.Thread
org.eclipse.jgit.util.FS.GobblerThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
- FS
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final String(package private) final AtomicReference<String>(package private) final AtomicReference<Throwable>(package private) final AtomicBooleanprivate final Processprivate static final intFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()private voidsetError(IOException e, String message, int exitCode) private booleanwaitForProcessCompletion(IOException originalError) 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
-
Field Details
-
PROCESS_EXIT_TIMEOUT
private static final int PROCESS_EXIT_TIMEOUT- See Also:
-
p
-
desc
-
dir
-
fail
-
errorMessage
-
exception
-
-
Constructor Details
-
GobblerThread
-
-
Method Details