Package | Description |
---|---|
org.crsh.cli.descriptor | |
org.crsh.cli.impl | |
org.crsh.cli.impl.lang |
Constructor and Description |
---|
ArgumentDescriptor(String name,
ParameterType<?> type,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
OptionDescriptor(ParameterType<?> type,
List<String> names,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
ParameterDescriptor(ParameterType<?> type,
Description description,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
static ParameterType |
ParameterType.create(ValueTypeFactory factory,
Type type) |
Constructor and Description |
---|
BoundArgumentDescriptor(Binding binding,
String name,
ParameterType<?> type,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
BoundOptionDescriptor(Binding binding,
ParameterType<?> type,
List<String> names,
Description info,
boolean required,
boolean password,
boolean unquote,
Class<? extends Completer> completerType,
Annotation annotation) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.