API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web. JOTFlowConfigParser View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTFlowConfigParser
Implements
Subclasses
Description
public class JOTFlowConfigParser
This parses flow.conf into a JOTFlowConfig objects It makes extensive use of Regular Expression to do this.
See also:   
Constructors
public JOTFlowConfigParser ()
Methods
Hide/Show inherited methods
publicstatic void main (String args)
  Calls validateFlowConfig(arg[0],true) to validate your flow.conf file
publicstatic JOTFlowConfig parseFlowFile (File flowFile)
  Parses floe.conf into a JOTFlowConfig object
publicstatic boolean validateFlowConfig (String confFileFolder, boolean verbose)
  Runs a validation of the conf file using the actual parser.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar