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 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

  • 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

      public javafx.collections.ObservableMap<String,Integer> getAttributesGroup()
      Returns:
      attribute indexes in regular expression reqStart captions
    • getRefAttributesGroup

      public javafx.collections.ObservableMap<String,Integer> getRefAttributesGroup()
      Returns:
      attribute indexes in regular expression reqRef captions
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.ben12.reta.api.SourceConfiguration
    • toString

      public String toString()
      Overrides:
      toString in class Object