org.jclouds.karaf.commands.blobstore.completer
Class BlobCompleter

java.lang.Object
  extended by org.jclouds.karaf.commands.support.GenericCompleterSupport<org.jclouds.blobstore.BlobStore,String>
      extended by org.jclouds.karaf.commands.blobstore.completer.BlobStoreCompleterSupport
          extended by org.jclouds.karaf.commands.blobstore.completer.BlobCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer, Cacheable<org.jclouds.blobstore.BlobStore>

public class BlobCompleter
extends BlobStoreCompleterSupport


Field Summary
 
Fields inherited from class org.jclouds.karaf.commands.support.GenericCompleterSupport
API_OPTION, cache, cacheProvider, delegate, NAME_OPTION, PROVIDER_OPTION
 
Constructor Summary
BlobCompleter()
           
 
Method Summary
 void init()
           
 void updateOnAdded(org.jclouds.blobstore.BlobStore blobStore)
           
 
Methods inherited from class org.jclouds.karaf.commands.blobstore.completer.BlobStoreCompleterSupport
getCache, getCacheableKey, getCacheProvider, listBlobs, listContainers, setCache, setCacheProvider, updateOnRemoved
 
Methods inherited from class org.jclouds.karaf.commands.support.GenericCompleterSupport
complete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobCompleter

public BlobCompleter()
Method Detail

init

public void init()

updateOnAdded

public void updateOnAdded(org.jclouds.blobstore.BlobStore blobStore)


Copyright © 2013. All Rights Reserved.