org.crsh.cmdline.matcher.impl
Class OptionCompletion<T>
java.lang.Object
org.crsh.cmdline.matcher.impl.Completion
org.crsh.cmdline.matcher.impl.OptionCompletion<T>
class OptionCompletion<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 CommandDescriptor<T,?> descriptor
- .
prefix
private final Token.Literal.Option prefix
- .
OptionCompletion
OptionCompletion(CommandDescriptor<T,?> descriptor,
Token.Literal.Option prefix)
complete
protected CommandCompletion complete()
throws CmdCompletionException
- Specified by:
complete
in class Completion
- Throws:
CmdCompletionException
Copyright © 2012 eXo Platform SAS. All Rights Reserved.