Modifier and Type | Method and Description |
---|---|
void |
AeshExample.DirectoryValidator.validate(AeshExample.DirectoryValidatorInvocation validatorInvocation) |
Modifier and Type | Method and Description |
---|---|
T |
Converter.convert(C converterInvocation) |
Object |
NullConverter.convert(ConverterInvocation input) |
Resource |
FileResourceConverter.convert(ConverterInvocation converterInvocation) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessedOption.injectValueIntoField(Object instance,
InvocationProviders invocationProviders,
AeshContext aeshContext,
boolean doValidation) |
Modifier and Type | Method and Description |
---|---|
static void |
ParserGenerator.parseAndPopulate(Command instance,
String input) |
static void |
ParserGenerator.parseAndPopulate(Command instance,
String commandName,
String... input) |
Modifier and Type | Method and Description |
---|---|
void |
CommandPopulator.populateObject(CommandLine<C> line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
boolean validate)
Populate a Command instance with the values parsed from a command line
If any parser errors are detected it will throw an exception
|
void |
AeshCommandPopulator.populateObject(CommandLine<Command> line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
boolean validate)
Populate a Command instance with the values parsed from a command line
If any parser errors are detected it will throw an exception
|
Modifier and Type | Method and Description |
---|---|
void |
OptionValidator.validate(T validatorInvocation)
Validate if the given value is valid
|
void |
NullValidator.validate(ValidatorInvocation validatorInvocation) |
Modifier and Type | Method and Description |
---|---|
CommandContainerResult |
CommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
CommandContainerResult |
DefaultCommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.