java.lang.Objectorg.sintef.mofscript.parser.MofScriptErrorManager
public class MofScriptErrorManager
Constructor Summary | |
---|---|
MofScriptErrorManager()
|
Method Summary | |
---|---|
void |
add(MofScriptParseError error)
|
void |
clear()
|
int |
errorCount()
|
java.util.Iterator |
getErrors()
|
void |
setTargetResource(java.lang.String tResource)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MofScriptErrorManager()
Method Detail |
---|
public void setTargetResource(java.lang.String tResource)
public void add(MofScriptParseError error)
public int errorCount()
public java.util.Iterator getErrors()
public void clear()