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.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringProperty -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringattributesGroupproperty name.static final Stringfilterproperty name.static final StringrefAttributesGroupproperty name.static final StringreqEndproperty name.static final StringreqRefproperty name.static final StringreqStartproperty name.static final StringsourcePathproperty 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.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertytoString()
-
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
sourcePathproperty name.- See Also:
-
FILTER
filterproperty name.- See Also:
-
REQ_START
reqStartproperty name.- See Also:
-
REQ_END
reqEndproperty name.- See Also:
-
REQ_REF
reqRefproperty name.- See Also:
-
ATTRIBUTES_GROUP
attributesGroupproperty name.- See Also:
-
REF_ATTRIBUTES_GROUP
refAttributesGroupproperty 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
sourcePathis 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
reqStartcaptions
-
getRefAttributesGroup
- Returns:
- attribute indexes in regular expression
reqRefcaptions
-
getDescription
- Specified by:
getDescriptionin interfacecom.ben12.reta.api.SourceConfiguration
-
toString
-