Class ConfigEditorProcessor.SetValidator
- java.lang.Object
-
- io.quarkus.vertx.http.deployment.devmode.console.ConfigEditorProcessor.SetValidator
-
- All Implemented Interfaces:
org.aesh.command.validator.CommandValidator<ConfigEditorProcessor.SetConfigCommand,org.aesh.command.invocation.CommandInvocation>
- Enclosing class:
- ConfigEditorProcessor
public static class ConfigEditorProcessor.SetValidator extends Object implements org.aesh.command.validator.CommandValidator<ConfigEditorProcessor.SetConfigCommand,org.aesh.command.invocation.CommandInvocation>
-
-
Constructor Summary
Constructors Constructor Description SetValidator()
-
-
-
Method Detail
-
validate
public void validate(ConfigEditorProcessor.SetConfigCommand command) throws org.aesh.command.validator.CommandValidatorException
- Specified by:
validatein interfaceorg.aesh.command.validator.CommandValidator<ConfigEditorProcessor.SetConfigCommand,org.aesh.command.invocation.CommandInvocation>- Throws:
org.aesh.command.validator.CommandValidatorException
-
-