Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.shell.commands
Class CommandCompletor

java.lang.Object
  extended by jline.SimpleCompletor
      extended by org.nuxeo.ecm.shell.commands.CommandCompletor
All Implemented Interfaces:
java.lang.Cloneable, jline.Completor

public class CommandCompletor
extends jline.SimpleCompletor

Author:
Bogdan Stefanescu

Nested Class Summary
 
Nested classes/interfaces inherited from class jline.SimpleCompletor
jline.SimpleCompletor.NoOpFilter, jline.SimpleCompletor.SimpleCompletorFilter
 
Constructor Summary
CommandCompletor(CommandLineService service)
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List clist)
           
 
Methods inherited from class jline.SimpleCompletor
addCandidateString, clone, getCandidates, getDelimiter, setCandidates, setCandidateStrings, setDelimiter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandCompletor

public CommandCompletor(CommandLineService service)
Method Detail

complete

public int complete(java.lang.String buffer,
                    int cursor,
                    java.util.List clist)
Specified by:
complete in interface jline.Completor
Overrides:
complete in class jline.SimpleCompletor

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.