Uses of Class
dev.metaschema.cli.processor.command.AbstractTerminalCommand
Packages that use AbstractTerminalCommand
Package
Description
Provides a collection of abstract and concrete command line interface (CLI)
commands that process Metaschema module-based information.
-
Uses of AbstractTerminalCommand in dev.metaschema.cli.commands
Subclasses of AbstractTerminalCommand in dev.metaschema.cli.commandsModifier and TypeClassDescriptionclassUsed by implementing classes to provide a content conversion command.classUsed by implementing classes to provide a content validation command.classThis command implementation supports the conversion of a content instance between supported formats based on a provided Metaschema module.classThis command implementation supports generation of a diagram depicting the objects and relationships within a provided Metaschema module.classThis command implementation supports generation of schemas in a variety of formats based on a provided Metaschema module.classThis command implementation supports validation of a content instance based on a provided Metaschema module.classThis command implementation supports validation of a Metaschema module. -
Uses of AbstractTerminalCommand in dev.metaschema.cli.processor.command
Subclasses of AbstractTerminalCommand in dev.metaschema.cli.processor.commandModifier and TypeClassDescriptionclassA command that generates shell completion scripts for Bash and Zsh.