Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.shell.commands
Class DocumentNameCompletor

java.lang.Object
  extended by org.nuxeo.ecm.shell.commands.DocumentNameCompletor
All Implemented Interfaces:
jline.Completor

public class DocumentNameCompletor
extends java.lang.Object
implements jline.Completor

Author:
Bogdan Stefanescu

Constructor Summary
DocumentNameCompletor(CommandLineService service)
           
 
Method Summary
 int complete(java.lang.String buf, int off, java.util.List candidates)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentNameCompletor

public DocumentNameCompletor(CommandLineService service)
Method Detail

complete

public int complete(java.lang.String buf,
                    int off,
                    java.util.List candidates)
Specified by:
complete in interface jline.Completor

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.