|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassDescriptor | |
|---|---|
| org.crsh.cmdline | |
| org.crsh.cmdline.matcher | |
| org.crsh.cmdline.matcher.impl | |
| org.crsh.command | |
| Uses of ClassDescriptor in org.crsh.cmdline |
|---|
| Methods in org.crsh.cmdline that return ClassDescriptor | ||
|---|---|---|
static
|
CommandFactory.create(Class<T> type)
|
|
| Methods in org.crsh.cmdline with parameters of type ClassDescriptor | ||
|---|---|---|
static
|
CommandFactory.create(ClassDescriptor<T> owner,
Method m)
|
|
| Uses of ClassDescriptor in org.crsh.cmdline.matcher |
|---|
| Methods in org.crsh.cmdline.matcher that return ClassDescriptor | |
|---|---|
ClassDescriptor<T> |
ClassMatch.getDescriptor()
|
| Methods in org.crsh.cmdline.matcher with parameters of type ClassDescriptor | ||
|---|---|---|
static
|
Matcher.createMatcher(ClassDescriptor<T> descriptor)
|
|
static
|
Matcher.createMatcher(String mainName,
ClassDescriptor<T> descriptor)
|
|
| Constructors in org.crsh.cmdline.matcher with parameters of type ClassDescriptor | |
|---|---|
ClassMatch(ClassDescriptor<T> descriptor,
List<OptionMatch<ClassFieldBinding>> optionMatches,
List<ArgumentMatch<ClassFieldBinding>> argumentMatches,
String rest)
|
|
| Uses of ClassDescriptor in org.crsh.cmdline.matcher.impl |
|---|
| Constructors in org.crsh.cmdline.matcher.impl with parameters of type ClassDescriptor | |
|---|---|
MatcherImpl(ClassDescriptor<T> descriptor)
|
|
MatcherImpl(String mainName,
ClassDescriptor<T> descriptor)
|
|
Parser(Tokenizer tokenizer,
ClassDescriptor<T> command,
String mainName,
Mode mode)
|
|
| Uses of ClassDescriptor in org.crsh.command |
|---|
| Methods in org.crsh.command that return ClassDescriptor | |
|---|---|
ClassDescriptor<?> |
CRaSHCommand.getDescriptor()
Returns the command descriptor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||