public class AbstractJavaTestFileApiThread
extends java.lang.Thread
Constructor and Description |
---|
AbstractJavaTestFileApiThread(StdoutLogAdapter stdoutLog,
java.io.File dataOutputDirectory)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAbortFileExists()
Get if the abort file exists.
|
boolean |
isSuspendFileExists()
Get if the suspend file exists.
|
void |
run()
Internal thread method.
|
activeCount, checkAccess, 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
public AbstractJavaTestFileApiThread(StdoutLogAdapter stdoutLog, java.io.File dataOutputDirectory)
stdoutLog
- the stdout log adapterdataOutputDirectory
- the data output directorypublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public boolean isSuspendFileExists()
public boolean isAbortFileExists()