java.lang.Object
dev.metaschema.cli.processor.command.AbstractTerminalCommand
dev.metaschema.cli.commands.AbstractValidateContentCommand
- All Implemented Interfaces:
dev.metaschema.cli.processor.command.ICommand
- Direct Known Subclasses:
ValidateContentUsingModuleCommand,ValidateModuleCommand
public abstract class AbstractValidateContentCommand
extends dev.metaschema.cli.processor.command.AbstractTerminalCommand
Used by implementing classes to provide a content validation command.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classDrives the validation execution. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends org.apache.commons.cli.Option>List<dev.metaschema.cli.processor.command.ExtraArgument>getName()Methods 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
getDescription, getSubCommandByName, getSubCommands, isSubCommandRequired, newExecutor, validateExtraArguments, validateOptions
-
Constructor Details
-
AbstractValidateContentCommand
public AbstractValidateContentCommand()
-
-
Method Details
-
getName
-
gatherOptions
-
getExtraArguments
-