|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.neuzd.Regnus.Debugger
public class Debugger
A utility class that verifies the syntax of Regnus Script File and provides methods to retrieve the details of the errors eventually found in the script.
Constructor Summary | |
---|---|
Debugger()
Creates a Debugger class. |
Method Summary | |
---|---|
java.lang.String |
getDisplayText()
Creates a String with the details of the errors found in the script. |
int |
getErrorsCount()
Counts the number of errors found in the script. |
void |
performDebug(java.lang.String RSFFile)
Performs the debugging of a Regnus Script File. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Debugger()
Method Detail |
---|
public java.lang.String getDisplayText()
public int getErrorsCount()
public void performDebug(java.lang.String RSFFile) throws java.lang.Exception
RSFFile
- the absolute path of the Regnus Script File
java.lang.Exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |