org.crsh.cli.impl.invocation
Class InvocationMatcher<T>
java.lang.Object
org.crsh.cli.impl.invocation.InvocationMatcher<T>
-
public class InvocationMatcher<T>
- extends Object
-
- Author:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptor
private final CommandDescriptorImpl<T> descriptor
-
.
mainName
private final String mainName
-
.
InvocationMatcher
public InvocationMatcher(CommandDescriptorImpl<T> descriptor,
String mainName)
match
public InvocationMatch<T> match(String name,
Map<String,?> options,
List<?> arguments)
throws SyntaxException
-
- Throws:
SyntaxException
match
public InvocationMatch<T> match(String s)
throws SyntaxException
-
- Throws:
SyntaxException
match
private InvocationMatch<T> match(Tokenizer tokenizer)
throws SyntaxException
-
- Throws:
SyntaxException
bilto
private List<LiteralValue> bilto(List<? extends Token.Literal> literals)
-
Copyright © 2014 eXo Platform SAS. All Rights Reserved.