Class ValidateCommand

java.lang.Object
org.kigalisim.command.ValidateCommand
All Implemented Interfaces:
Callable<Integer>

public class ValidateCommand extends Object implements 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 Details

    • ValidateCommand

      public ValidateCommand()
      Constructs a new ValidateCommand.
  • Method Details

    • call

      public Integer call()
      Executes the validate command.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      0 on success, non-zero error code on failure