org.crsh.cmdline.matcher.impl
Class MethodCompletion<T>

java.lang.Object
  extended by org.crsh.cmdline.matcher.impl.Completion
      extended by org.crsh.cmdline.matcher.impl.MethodCompletion<T>

 class MethodCompletion<T>
extends Completion

Author:
Julien Viet

Field Summary
private  Delimiter delimiter
          .
private  ClassDescriptor<T> descriptor
          .
private  String mainName
          .
private  String prefix
          .
 
Constructor Summary
MethodCompletion(ClassDescriptor<T> descriptor, String mainName, String prefix, Delimiter delimiter)
           
 
Method Summary
protected  CommandCompletion complete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptor

private final ClassDescriptor<T> descriptor
.


mainName

private final String mainName
.


prefix

private final String prefix
.


delimiter

private final Delimiter delimiter
.

Constructor Detail

MethodCompletion

MethodCompletion(ClassDescriptor<T> descriptor,
                 String mainName,
                 String prefix,
                 Delimiter delimiter)
Method Detail

complete

protected CommandCompletion complete()
                              throws CmdCompletionException
Specified by:
complete in class Completion
Throws:
CmdCompletionException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.