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.
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.metaschema.cli.commands.AbstractValidateContentCommand
AbstractValidateContentCommand.AbstractValidationCommandExecutor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()dev.metaschema.cli.processor.command.ICommandExecutornewExecutor(dev.metaschema.cli.processor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Methods inherited from class dev.metaschema.cli.commands.AbstractValidateContentCommand
gatherOptions, getExtraArgumentsMethods inherited from class dev.metaschema.cli.processor.command.AbstractTerminalCommand
getCurrentWorkingDirectory, resolveAgainstCWD, resolveAgainstCWD, resolveAgainstCWDMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.metaschema.cli.processor.command.ICommand
getSubCommandByName, getSubCommands, isSubCommandRequired, validateExtraArguments, validateOptions
-
Constructor Details
-
ValidateModuleCommand
public ValidateModuleCommand()
-
-
Method Details
-
getName
- Specified by:
getNamein interfacedev.metaschema.cli.processor.command.ICommand- Overrides:
getNamein classAbstractValidateContentCommand
-
getDescription
-
newExecutor
public dev.metaschema.cli.processor.command.ICommandExecutor newExecutor(dev.metaschema.cli.processor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)
-