org.crsh.cmdline.matcher.impl
Class MatcherImpl<T>
java.lang.Object
org.crsh.cmdline.matcher.Matcher<T>
org.crsh.cmdline.matcher.impl.MatcherImpl<T>
public class MatcherImpl<T>
- extends Matcher<T>
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatcherImpl
public MatcherImpl(ClassDescriptor<T> descriptor)
MatcherImpl
public MatcherImpl(String mainName,
ClassDescriptor<T> descriptor)
match
public CommandMatch<T,?,?> match(String s)
- Specified by:
match
in class Matcher<T>
complete
public Map<String,String> complete(Completer completer,
String s)
throws CmdCompletionException
- Specified by:
complete
in class Matcher<T>
- Throws:
CmdCompletionException
Copyright © 2011 eXo Platform SAS. All Rights Reserved.