Package wt.series

Class LoadFileBasedSeries

java.lang.Object
wt.series.LoadFileBasedSeries

public class LoadFileBasedSeries extends Object
Creates and persists a SeriesTemplate object based on an XML input file.

Usage:

 java wt.series.LoadFileBasedSeries  <-load | -read>    (absolute path)
 java wt.series.LoadFileBasedSeries c:\series.xml -load
 

The load option "-load" takes the XML file and stores to the database for use by FileBasedSeries.

The read option "-read" can be used to create an XML file containing the current FileBasedSeries stored in the database.



Supported API: true
Extendable: false

See Also: