|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJava.VerifyProblem
public class VerifyProblem
Verify syntax of a problem
Constructor Summary | |
---|---|
VerifyProblem()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
Verify syntax of a problem given as argv[0] Print out debug information by adding a second argument "-d" to argv[1], e.g., java VerifyProblem problemFile -d |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyProblem()
Method Detail |
---|
public static void main(java.lang.String[] argv)
argv
- array of Strings, first item contains path to problem file, 2nd argument is optional and can contain "-d" for debug information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |