org.fusesource.process.manager.commands
Class MainClassCompleter

java.lang.Object
  extended by org.fusesource.process.manager.commands.MainClassCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class MainClassCompleter
extends java.lang.Object
implements org.apache.karaf.shell.console.Completer

Completes common main class names


Constructor Summary
MainClassCompleter()
           
 
Method Summary
 int complete(java.lang.String buffer, int cursor, java.util.List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainClassCompleter

public MainClassCompleter()
Method Detail

complete

public int complete(java.lang.String buffer,
                    int cursor,
                    java.util.List candidates)
Specified by:
complete in interface org.apache.karaf.shell.console.Completer


Copyright © 2013 Red Hat. All Rights Reserved.