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 String
private final String
(package private) final AtomicReference
<String> (package private) final AtomicReference
<Throwable> (package private) final AtomicBoolean
private final Process
private static final int
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
private void
setError
(IOException e, String message, int exitCode) private boolean
waitForProcessCompletion
(IOException originalError) Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, 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