public class GeneratorThread
extends java.lang.Thread
Constructor and Description |
---|
GeneratorThread(MainFrame parent,
java.lang.String inputFile,
java.lang.String outputDir)
Create a new GeneratorThread, but do not run it yet.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Runs the generator 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
public GeneratorThread(MainFrame parent, java.lang.String inputFile, java.lang.String outputDir)
parent
- the frame, main UI componentinputFile
- input file from UI settingsoutputDir
- output directory from UI settingsCopyright © 1998–2020. All rights reserved.