public class RulesParser
extends java.lang.Object
Constructor and Description |
---|
RulesParser() |
RulesParser(java.io.File f)
Creates a new instance of RulesParser
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCriteres() |
Rule[] |
getRules() |
void |
parse() |
void |
parse(java.lang.String xmlString) |
public RulesParser(java.io.File f) throws java.lang.Exception
java.lang.Exception
public RulesParser() throws java.lang.Exception
java.lang.Exception
public void parse() throws java.lang.Exception
java.lang.Exception
public void parse(java.lang.String xmlString) throws java.lang.Exception
java.lang.Exception
public Rule[] getRules()
public java.lang.String[] getCriteres()