Package com.ben12.reta.plugin.tika.model
Class TikaSourceConfiguration
java.lang.Object
com.ben12.reta.plugin.tika.model.TikaSourceConfiguration
- All Implemented Interfaces:
com.ben12.reta.api.SourceConfiguration
public class TikaSourceConfiguration
extends Object
implements com.ben12.reta.api.SourceConfiguration
- Author:
- BenoƮt Moreau (ben.12)
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
attributesGroup
property name.static final String
filter
property name.static final String
refAttributesGroup
property name.static final String
reqEnd
property name.static final String
reqRef
property name.static final String
reqStart
property name.static final String
sourcePath
property name.Fields inherited from interface com.ben12.reta.api.SourceConfiguration
ATTRIBUTE_ID, ATTRIBUTE_TEXT, ATTRIBUTE_VERSION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
toString()
-
Property Details
-
sourcePath
public javafx.beans.property.StringProperty sourcePathProperty- See Also:
-
filter
public javafx.beans.property.StringProperty filterProperty- See Also:
-
reqStart
public javafx.beans.property.StringProperty reqStartProperty- See Also:
-
reqEnd
public javafx.beans.property.StringProperty reqEndProperty- See Also:
-
reqRef
public javafx.beans.property.StringProperty reqRefProperty- See Also:
-
-
Field Details
-
SOURCE_PATH
sourcePath
property name.- See Also:
-
FILTER
filter
property name.- See Also:
-
REQ_START
reqStart
property name.- See Also:
-
REQ_END
reqEnd
property name.- See Also:
-
REQ_REF
reqRef
property name.- See Also:
-
ATTRIBUTES_GROUP
attributesGroup
property name.- See Also:
-
REF_ATTRIBUTES_GROUP
refAttributesGroup
property name.- See Also:
-
-
Constructor Details
-
TikaSourceConfiguration
public TikaSourceConfiguration()
-
-
Method Details
-
sourcePathProperty
public javafx.beans.property.StringProperty sourcePathProperty()- Returns:
- the document source path
-
filterProperty
public javafx.beans.property.StringProperty filterProperty()- Returns:
- regular expression filtering files if
sourcePath
is a folder
-
reqStartProperty
public javafx.beans.property.StringProperty reqStartProperty()- Returns:
- regular expression of requirement start
-
reqEndProperty
public javafx.beans.property.StringProperty reqEndProperty()- Returns:
- regular expression of requirement end
-
reqRefProperty
public javafx.beans.property.StringProperty reqRefProperty()- Returns:
- regular expression of requirement references
-
getAttributesGroup
- Returns:
- attribute indexes in regular expression
reqStart
captions
-
getRefAttributesGroup
- Returns:
- attribute indexes in regular expression
reqRef
captions
-
getDescription
- Specified by:
getDescription
in interfacecom.ben12.reta.api.SourceConfiguration
-
toString
-