eu.unicore.hila.shell.completors
Class CommandMultiplexedCompletor

java.lang.Object
  extended by eu.unicore.hila.shell.completors.CommandMultiplexedCompletor
All Implemented Interfaces:
jline.Completor

public class CommandMultiplexedCompletor
extends Object
implements jline.Completor

Author:
bjoernh 27.04.2010 12:31:25

Constructor Summary
CommandMultiplexedCompletor(ShellContext _ctx)
           
 
Method Summary
 int complete(String _buffer, int _cursor, List _candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandMultiplexedCompletor

public CommandMultiplexedCompletor(ShellContext _ctx)
Method Detail

complete

public int complete(String _buffer,
                    int _cursor,
                    List _candidates)
Specified by:
complete in interface jline.Completor
See Also:
Completor.complete(java.lang.String, int, java.util.List)


Copyright © 2010-2013 UNICORE. All Rights Reserved.