| Package | Description |
|---|---|
| org.jboss.aesh.cl.builder | |
| org.jboss.aesh.cl.internal | |
| org.jboss.aesh.cl.validator |
| Modifier and Type | Method and Description |
|---|---|
CommandBuilder |
CommandBuilder.validator(CommandValidator<?> commandValidator) |
| Modifier and Type | Method and Description |
|---|---|
CommandBuilder |
CommandBuilder.validator(Class<? extends CommandValidator> commandValidator) |
| Modifier and Type | Method and Description |
|---|---|
CommandValidator |
ProcessedCommand.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
ProcessedCommandBuilder |
ProcessedCommandBuilder.validator(CommandValidator<?> validator) |
| Modifier and Type | Method and Description |
|---|---|
ProcessedCommandBuilder |
ProcessedCommandBuilder.validator(Class<? extends CommandValidator> validator) |
| Constructor and Description |
|---|
ProcessedCommand(String name,
C command,
String description,
CommandValidator validator,
ResultHandler resultHandler,
ProcessedOption argument,
List<ProcessedOption> options,
CommandPopulator populator) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullCommandValidator |
Copyright © 2024 JBoss by Red Hat. All rights reserved.