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

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

public class ImageCompleter
extends ComputeCompleterSupport
implements org.apache.karaf.shell.console.Completer


Field Summary
 
Fields inherited from class org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
cache, delegate
 
Constructor Summary
ImageCompleter()
           
 
Method Summary
 void updateCache(org.jclouds.compute.ComputeService computeService)
           
 
Methods inherited from class org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
complete, getCache, getComputeServices, getService, setCache, setComputeServices, updateCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.karaf.shell.console.Completer
complete
 

Constructor Detail

ImageCompleter

public ImageCompleter()
Method Detail

updateCache

public void updateCache(org.jclouds.compute.ComputeService computeService)
Specified by:
updateCache in interface Cacheable<org.jclouds.compute.ComputeService>


Copyright © 2012. All Rights Reserved.