public class FingerprintConfiguration extends Config
Modifier and Type | Field and Description |
---|---|
java.lang.String |
byteRun
the byte run for the fingerprinted document
|
java.lang.String |
creatingProgram
the name of the program that created the fingerprint
|
java.lang.String |
creator
the person or organization that created this fingerprint
|
java.lang.String |
diskImage
the disk image identifier where the fingerprinted document is stored
|
java.lang.String |
fingerprintName
the name of this fingerprinter
|
java.lang.String |
GUID
the globally unique identifier for this fingerprinter
|
java.lang.String |
manglerName
the name of the current mangler, if any *
|
boolean |
showBloomFilter
whether or not the bloomFilterExists
|
boolean |
showDataSource
whether to store data source information in the output for the fingerprint
|
boolean |
showDictionary
whether to store the full dictionary used for the fingerprint in the output
|
boolean |
showDigest
whether to store digest information in the output for the fingerprint
|
java.lang.String |
systemID
the fully qualified domain name for the local host IP address
|
java.lang.String |
targetFile
the filename of the document this fingerprint is for
|
java.util.List<java.lang.String> |
unknownTokens
the list of unknown tokens contained in this fingerprint
|
int |
version
the version number of this fingerprint
|
java.lang.String |
volume
the volume where the fingerprinted document is stored
|
Constructor and Description |
---|
FingerprintConfiguration(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
setConfigurations() |
public java.lang.String fingerprintName
public java.lang.String GUID
public java.lang.String systemID
public java.lang.String creatingProgram
public java.lang.String creator
public java.lang.String targetFile
public int version
public java.lang.String diskImage
public java.lang.String volume
public java.lang.String byteRun
public java.util.List<java.lang.String> unknownTokens
public boolean showDigest
public boolean showDataSource
public boolean showDictionary
public boolean showBloomFilter
public java.lang.String manglerName