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  ClassDescriptor<T> descriptor
          .
private  String mainName
          .
private  String prefix
          .
private  Termination termination
          .
 
Constructor Summary
MethodCompletion(ClassDescriptor<T> descriptor, String mainName, String prefix, Termination termination)
           
 
Method Summary
protected  Map<String,String> 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
.


termination

private final Termination termination
.

Constructor Detail

MethodCompletion

MethodCompletion(ClassDescriptor<T> descriptor,
                 String mainName,
                 String prefix,
                 Termination termination)
Method Detail

complete

protected Map<String,String> complete()
                               throws CmdCompletionException
Specified by:
complete in class Completion
Throws:
CmdCompletionException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.