- All Implemented Interfaces:
Callable<Integer>
Command handler for validating QubecTalk simulation files.
Processes command line arguments to validate QubecTalk script files, checking for syntax errors
and other validation issues.
-
Constructor Summary
Constructors
Constructs a new ValidateCommand.
-
Method Summary
Executes the validate command.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValidateCommand
public ValidateCommand()
Constructs a new ValidateCommand.
-
Method Details
-
call
Executes the validate command.
- Specified by:
call in interface Callable<Integer>
- Returns:
- 0 on success, non-zero error code on failure