org.jclouds.karaf.chef.commands.completer
Class ChefContextNameCompleter

java.lang.Object
  extended by org.jclouds.karaf.chef.commands.completer.ChefContextNameCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer

public class ChefContextNameCompleter
extends Object
implements org.apache.karaf.shell.console.Completer


Constructor Summary
ChefContextNameCompleter()
           
 
Method Summary
 int complete(String buffer, int cursor, List<String> candidates)
           
 List<? extends org.jclouds.chef.ChefService> getChefServices()
           
 void setChefServices(List<? extends org.jclouds.chef.ChefService> chefServices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChefContextNameCompleter

public ChefContextNameCompleter()
Method Detail

complete

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

getChefServices

public List<? extends org.jclouds.chef.ChefService> getChefServices()

setChefServices

public void setChefServices(List<? extends org.jclouds.chef.ChefService> chefServices)


Copyright © 2013. All Rights Reserved.