|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandDescriptorImpl | |
|---|---|
| org.crsh.cli.impl.descriptor | |
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.lang | |
| org.crsh.command | |
| org.crsh.standalone | |
| Uses of CommandDescriptorImpl in org.crsh.cli.impl.descriptor |
|---|
| Subclasses of CommandDescriptorImpl in org.crsh.cli.impl.descriptor | |
|---|---|
class |
HelpDescriptor<T>
|
| Fields in org.crsh.cli.impl.descriptor declared as CommandDescriptorImpl | |
|---|---|
private CommandDescriptorImpl<T> |
HelpDescriptor.delegate
. |
private CommandDescriptorImpl<T> |
Help.descriptor
. |
| Methods in org.crsh.cli.impl.descriptor that return CommandDescriptorImpl | |
|---|---|
abstract CommandDescriptorImpl<T> |
CommandDescriptorImpl.getSubordinate(String name)
|
| Methods in org.crsh.cli.impl.descriptor that return types with arguments of type CommandDescriptorImpl | |
|---|---|
abstract Map<String,? extends CommandDescriptorImpl<T>> |
CommandDescriptorImpl.getSubordinates()
|
| Methods in org.crsh.cli.impl.descriptor with parameters of type CommandDescriptorImpl | ||
|---|---|---|
static
|
HelpDescriptor.create(CommandDescriptorImpl<T> descriptor)
|
|
| Constructors in org.crsh.cli.impl.descriptor with parameters of type CommandDescriptorImpl | |
|---|---|
Help(CommandDescriptorImpl<T> descriptor)
|
|
HelpDescriptor(CommandDescriptorImpl<T> delegate)
|
|
HelpDescriptor(HelpDescriptor<T> owner,
CommandDescriptorImpl<T> delegate)
|
|
| Uses of CommandDescriptorImpl in org.crsh.cli.impl.invocation |
|---|
| Fields in org.crsh.cli.impl.invocation declared as CommandDescriptorImpl | |
|---|---|
private CommandDescriptorImpl<T> |
InvocationMatch.descriptor
. |
private CommandDescriptorImpl<T> |
InvocationMatcher.descriptor
. |
| Constructors in org.crsh.cli.impl.invocation with parameters of type CommandDescriptorImpl | |
|---|---|
InvocationMatch(CommandDescriptorImpl<T> descriptor)
|
|
InvocationMatch(InvocationMatch<T> owner,
CommandDescriptorImpl<T> descriptor)
|
|
InvocationMatcher(CommandDescriptorImpl<T> descriptor,
String mainName)
|
|
| Uses of CommandDescriptorImpl in org.crsh.cli.impl.lang |
|---|
| Subclasses of CommandDescriptorImpl in org.crsh.cli.impl.lang | |
|---|---|
(package private) class |
ClassDescriptor<T>
|
(package private) class |
MethodDescriptor<T>
|
| Methods in org.crsh.cli.impl.lang that return CommandDescriptorImpl | ||
|---|---|---|
|
CommandFactory.create(Class<T> type)
|
|
CommandDescriptorImpl<T> |
MethodDescriptor.getSubordinate(String name)
|
|
| Methods in org.crsh.cli.impl.lang that return types with arguments of type CommandDescriptorImpl | |
|---|---|
Map<String,? extends CommandDescriptorImpl<T>> |
MethodDescriptor.getSubordinates()
|
| Uses of CommandDescriptorImpl in org.crsh.command |
|---|
| Fields in org.crsh.command declared as CommandDescriptorImpl | |
|---|---|
private CommandDescriptorImpl<?> |
BaseCommand.descriptor
. |
| Uses of CommandDescriptorImpl in org.crsh.standalone |
|---|
| Fields in org.crsh.standalone declared as CommandDescriptorImpl | |
|---|---|
private CommandDescriptorImpl<CRaSH> |
CRaSH.descriptor
. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||