org.jutil.io
Class FScanner
java.lang.Object
org.jutil.io.FScanner
- All Implemented Interfaces:
- java.lang.Runnable
public class FScanner
- extends java.lang.Object
- implements java.lang.Runnable
This is the FScanner code class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAW
public static final byte RAW
- See Also:
- Constant Field Values
FILE_ONLY
public static final byte FILE_ONLY
- See Also:
- Constant Field Values
FILE_PATH
public static final byte FILE_PATH
- See Also:
- Constant Field Values
STD
public static final byte STD
- See Also:
- Constant Field Values
scanType
protected byte scanType
FScanner
public FScanner(FScannerCallback callback,
java.io.File file,
java.lang.String pattern,
boolean verbose)
setScanType
public void setScanType(byte scanType)
getScanType
public byte getScanType()
getResult
public java.lang.String[] getResult()
run
public void run()
- Specified by:
run in interface java.lang.Runnable