public class ThreadSorter
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected boolean |
separateReady |
Constructor and Description |
---|
ThreadSorter(java.lang.String filename)
The constructor to open a file.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main startup procedure.
|
void |
run()
Start the thread separatorr.
|
void |
separate() |
boolean |
separateReady()
Get the state of the threda separating process.
|
public ThreadSorter(java.lang.String filename)
public boolean separateReady()
public void run()
run
in interface java.lang.Runnable
public void separate()
public static void main(java.lang.String[] args)
filename
- the name of the log file.