public class FingerprintDriver extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NEWLINE
System newline string.
|
static char[] |
NEWLINE_CHARS
System newline sequence of characters.
|
static String |
PROPERTIES_FILE
The name of the properties file parameter
|
static String |
RULES_FILE
The name of the rule file parameter
|
Constructor and Description |
---|
FingerprintDriver(String[] args)
This is constructor initializes all the parameters passed from the
command-line.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
debugModeEnabled()
Returns true if the driver is running in debug mode.
|
void |
dispose()
Disposes the driver.
|
static void |
main(String[] args)
Standalone main.
|
static void |
newLine(ContentHandler out)
Outputs a new line to the stream.
|
void |
run()
Runs the fingerprinting process.
|
public static final String RULES_FILE
public static final String PROPERTIES_FILE
public static final String NEWLINE
public static final char[] NEWLINE_CHARS
public static boolean debugModeEnabled()
true
if running in debug modepublic void run() throws IfsException
IfsException
- if the operation failspublic void dispose()
public static void newLine(ContentHandler out) throws SAXException
out
- the output streamSAXException
- if the operation failsCopyright © 2023. All rights reserved.