Java
Class VerifyProblem

java.lang.Object
  extended by Java.VerifyProblem

public class VerifyProblem
extends java.lang.Object

Verify syntax of a problem

Since:
1.0

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

VerifyProblem

public VerifyProblem()
Method Detail

main

public 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

Parameters:
argv - array of Strings, first item contains path to problem file, 2nd argument is optional and can contain "-d" for debug information