|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConfigurableTextractorDocumentFactory.MetadataKeys>
textractor.mg4j.document.ConfigurableTextractorDocumentFactory.MetadataKeys
public static enum ConfigurableTextractorDocumentFactory.MetadataKeys
Case-insensitive keys for metadata passed to
DocumentFactory.getDocument(
java.io.InputStream,it.unimi.dsi.fastutil.objects.Reference2ObjectMap).
The keys in this class are general-purpose keys that are meaningful
for most factories. Specific factory implementations might choose to
interpret more keys, but then it is up to the
DocumentSequence that uses the
factory to provide data for those keys.
| Enum Constant Summary | |
|---|---|
CONFIGURATION_FILE
Name of the property file used to configure the factory. |
|
| Method Summary | |
|---|---|
static ConfigurableTextractorDocumentFactory.MetadataKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConfigurableTextractorDocumentFactory.MetadataKeys[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConfigurableTextractorDocumentFactory.MetadataKeys CONFIGURATION_FILE
| Method Detail |
|---|
public static ConfigurableTextractorDocumentFactory.MetadataKeys[] values()
for (ConfigurableTextractorDocumentFactory.MetadataKeys c : ConfigurableTextractorDocumentFactory.MetadataKeys.values()) System.out.println(c);
public static ConfigurableTextractorDocumentFactory.MetadataKeys valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||