|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.jot.web.JOTFlowConfigParser
public class JOTFlowConfigParser
This parses flow.conf into a JOTFlowConfig objects It makes extensive use of Regular Expression to do this.
| Constructor Summary | |
|---|---|
JOTFlowConfigParser()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Calls validateFlowConfig(arg[0],true) to validate your flow.conf file |
static JOTFlowConfig |
parseFlowFile(java.io.File flowFile)
Parses floe.conf into a JOTFlowConfig object |
static boolean |
validateFlowConfig(java.lang.String confFileFolder,
boolean verbose)
Runs a validation of the conf file using the actual parser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JOTFlowConfigParser()
| Method Detail |
|---|
public static JOTFlowConfig parseFlowFile(java.io.File flowFile)
flowFile -
public static boolean validateFlowConfig(java.lang.String confFileFolder,
boolean verbose)
confFileFolder - : the folder where flow.conf is located.verbose - : Wether or not to display full debug infos.
public static void main(java.lang.String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||