public class TikaSourceConfiguration extends Object implements SourceConfiguration
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
filter |
javafx.beans.property.StringProperty |
reqEnd |
javafx.beans.property.StringProperty |
reqRef |
javafx.beans.property.StringProperty |
reqStart |
javafx.beans.property.StringProperty |
sourcePath |
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTES_GROUP
attributesGroup property name. |
static String |
FILTER
filter property name. |
static String |
REF_ATTRIBUTES_GROUP
refAttributesGroup property name. |
static String |
REQ_END
reqEnd property name. |
static String |
REQ_REF
reqRef property name. |
static String |
REQ_START
reqStart property name. |
static String |
SOURCE_PATH
sourcePath property name. |
ATTRIBUTE_ID, ATTRIBUTE_TEXT, ATTRIBUTE_VERSION| Constructor and Description |
|---|
TikaSourceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.StringProperty |
filterProperty() |
javafx.collections.ObservableMap<String,Integer> |
getAttributesGroup() |
javafx.collections.ObservableMap<String,Integer> |
getRefAttributesGroup() |
javafx.beans.property.StringProperty |
reqEndProperty() |
javafx.beans.property.StringProperty |
reqRefProperty() |
javafx.beans.property.StringProperty |
reqStartProperty() |
javafx.beans.property.StringProperty |
sourcePathProperty() |
String |
toString() |
public javafx.beans.property.StringProperty sourcePathProperty
public javafx.beans.property.StringProperty filterProperty
sourcePath is a folderpublic javafx.beans.property.StringProperty reqStartProperty
public javafx.beans.property.StringProperty reqEndProperty
public javafx.beans.property.StringProperty reqRefProperty
public static final String SOURCE_PATH
sourcePath property name.public static final String FILTER
filter property name.public static final String REQ_START
reqStart property name.public static final String REQ_END
reqEnd property name.public static final String REQ_REF
reqRef property name.public static final String ATTRIBUTES_GROUP
attributesGroup property name.public static final String REF_ATTRIBUTES_GROUP
refAttributesGroup property name.public javafx.beans.property.StringProperty sourcePathProperty()
public javafx.beans.property.StringProperty filterProperty()
sourcePath is a folderpublic javafx.beans.property.StringProperty reqStartProperty()
public javafx.beans.property.StringProperty reqEndProperty()
public javafx.beans.property.StringProperty reqRefProperty()
public javafx.collections.ObservableMap<String,Integer> getAttributesGroup()
reqStart captionspublic javafx.collections.ObservableMap<String,Integer> getRefAttributesGroup()
reqRef captionsCopyright © 2015. All rights reserved.