Uses of Interface
dev.metaschema.cli.processor.command.ICommandExecutor
Packages that use ICommandExecutor
Package
Description
Provides a collection of abstract and concrete command line interface (CLI)
commands that process Metaschema module-based information.
-
Uses of ICommandExecutor in dev.metaschema.cli.commands
Classes in dev.metaschema.cli.commands that implement ICommandExecutorModifier and TypeClassDescriptionprotected static classUsed by implementing classes to provide for execution of a conversion command.protected classDrives the validation execution.Methods in dev.metaschema.cli.commands that return ICommandExecutorModifier and TypeMethodDescriptionConvertContentUsingModuleCommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) GenerateDiagramCommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) GenerateSchemaCommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) ValidateContentUsingModuleCommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) ValidateModuleCommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) -
Uses of ICommandExecutor in dev.metaschema.cli.processor.command
Classes in dev.metaschema.cli.processor.command that implement ICommandExecutorModifier and TypeClassDescriptionclassA base class for implementation that perform the operation supported by a command.Methods in dev.metaschema.cli.processor.command that return ICommandExecutorModifier and TypeMethodDescriptionAbstractParentCommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) ICommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Create a new executor for this command.ShellCompletionCommand.newExecutor(CallingContext callingContext, org.apache.commons.cli.CommandLine cmdLine) static ICommandExecutorICommandExecutor.using(CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine, ICommandExecutor.ExecutionFunction function) Create a new command executor.