Module dev.metaschema.cli
Package dev.metaschema.cli.commands
Class ValidateContentUsingModuleCommand
java.lang.Object
dev.metaschema.cli.processor.command.AbstractTerminalCommand
dev.metaschema.cli.commands.AbstractValidateContentCommand
dev.metaschema.cli.commands.ValidateContentUsingModuleCommand
- All Implemented Interfaces:
dev.metaschema.cli.processor.command.ICommand
This command implementation supports validation of a content instance based
on a provided 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 TypeMethodDescriptionCollection<? extends org.apache.commons.cli.Option>getName()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
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
-
ValidateContentUsingModuleCommand
public ValidateContentUsingModuleCommand()
-
-
Method Details
-
getName
- Specified by:
getNamein interfacedev.metaschema.cli.processor.command.ICommand- Overrides:
getNamein classAbstractValidateContentCommand
-
getDescription
-
gatherOptions
- Specified by:
gatherOptionsin interfacedev.metaschema.cli.processor.command.ICommand- Overrides:
gatherOptionsin classAbstractValidateContentCommand
-
newExecutor
public dev.metaschema.cli.processor.command.ICommandExecutor newExecutor(dev.metaschema.cli.processor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)
-