Class ValidateModuleCommand

java.lang.Object
dev.metaschema.cli.processor.command.AbstractTerminalCommand
dev.metaschema.cli.commands.AbstractValidateContentCommand
dev.metaschema.cli.commands.ValidateModuleCommand
All Implemented Interfaces:
dev.metaschema.cli.processor.command.ICommand

This command implementation supports validation of a Metaschema module.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface dev.metaschema.cli.processor.command.ICommand
      Overrides:
      getName in class AbstractValidateContentCommand
    • getDescription

    • newExecutor

      public dev.metaschema.cli.processor.command.ICommandExecutor newExecutor(dev.metaschema.cli.processor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)