Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fews allows you to write your own time series import format with javain Java.

In the import module you one can specify the fully qualified class name and the bin directory that contains a jar file with you compiled java code and optimally other third party libaries. A jar file is just a zip file that contains you compiled java files.
e.g. classname = com.yourcompany.yourparsers.YourParser
and binDir = $REGION_HOME$/parsers/bin

...

Time Series Content handler

The interface is described in: TimeSeriesContentHandler.java

...