|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandDescriptor | |
---|---|
org.crsh.cmdline | |
org.crsh.cmdline.matcher | |
org.crsh.cmdline.matcher.impl |
Uses of CommandDescriptor in org.crsh.cmdline |
---|
Subclasses of CommandDescriptor in org.crsh.cmdline | |
---|---|
class |
ClassDescriptor<T>
A command backed by a class. |
class |
MethodDescriptor<T>
|
Fields in org.crsh.cmdline declared as CommandDescriptor | |
---|---|
(package private) CommandDescriptor<?,B> |
ParameterDescriptor.owner
. |
Methods in org.crsh.cmdline that return CommandDescriptor | |
---|---|
CommandDescriptor<?,B> |
ParameterDescriptor.getOwner()
|
Methods in org.crsh.cmdline that return types with arguments of type CommandDescriptor | |
---|---|
Map<String,? extends CommandDescriptor<T,?>> |
ClassDescriptor.getSubordinates()
|
abstract Map<String,? extends CommandDescriptor<T,?>> |
CommandDescriptor.getSubordinates()
Returns the command subordinates as a map. |
Map<String,? extends CommandDescriptor<T,?>> |
MethodDescriptor.getSubordinates()
|
Uses of CommandDescriptor in org.crsh.cmdline.matcher |
---|
Classes in org.crsh.cmdline.matcher with type parameters of type CommandDescriptor | |
---|---|
class |
CommandMatch<C,D extends CommandDescriptor<C,B>,B extends TypeBinding>
|
Uses of CommandDescriptor in org.crsh.cmdline.matcher.impl |
---|
Fields in org.crsh.cmdline.matcher.impl declared as CommandDescriptor | |
---|---|
private CommandDescriptor<T,?> |
Parser.command
. |
(package private) CommandDescriptor<?,?> |
Status.Request.command
. |
(package private) CommandDescriptor<?,?> |
Status.Response.command
. |
private CommandDescriptor<T,?> |
OptionCompletion.descriptor
. |
Constructors in org.crsh.cmdline.matcher.impl with parameters of type CommandDescriptor | |
---|---|
OptionCompletion(CommandDescriptor<T,?> descriptor,
Token.Literal.Option prefix)
|
|
Status.Request(Mode mode,
String mainName,
Tokenizer tokenizer,
CommandDescriptor<?,?> command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |