org.crsh.cmdline.matcher.impl
Class MethodCompletion<T>
java.lang.Object
org.crsh.cmdline.matcher.impl.Completion
org.crsh.cmdline.matcher.impl.MethodCompletion<T>
class MethodCompletion<T>
- extends Completion
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptor
private final ClassDescriptor<T> descriptor
- .
mainName
private final String mainName
- .
prefix
private final String prefix
- .
delimiter
private final Delimiter delimiter
- .
MethodCompletion
MethodCompletion(ClassDescriptor<T> descriptor,
String mainName,
String prefix,
Delimiter delimiter)
complete
protected CommandCompletion complete()
throws CmdCompletionException
- Specified by:
complete
in class Completion
- Throws:
CmdCompletionException
Copyright © 2012 eXo Platform SAS. All Rights Reserved.