org.jclouds.karaf.commands.compute.completer
Class LocationCompleter

java.lang.Object
  extended by org.jclouds.karaf.commands.support.GenericCompleterSupport<org.jclouds.compute.ComputeService,String>
      extended by org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
          extended by org.jclouds.karaf.commands.compute.completer.LocationCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer, Cacheable<org.jclouds.compute.ComputeService>

public class LocationCompleter
extends ComputeCompleterSupport


Field Summary
 
Fields inherited from class org.jclouds.karaf.commands.support.GenericCompleterSupport
API_OPTION, cache, cacheProvider, delegate, NAME_OPTION, PROVIDER_OPTION
 
Constructor Summary
LocationCompleter()
           
 
Method Summary
 void init()
           
 void updateOnAdded(org.jclouds.compute.ComputeService computeService)
           
 
Methods inherited from class org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
getCacheableKey
 
Methods inherited from class org.jclouds.karaf.commands.support.GenericCompleterSupport
complete, getCacheProvider, setCacheProvider, updateOnRemoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationCompleter

public LocationCompleter()
Method Detail

init

public void init()

updateOnAdded

public void updateOnAdded(org.jclouds.compute.ComputeService computeService)


Copyright © 2013. All Rights Reserved.