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

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

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


Constructor Summary
BlobStoreApiCompleter()
           
 
Method Summary
 int complete(String buffer, int cursor, List<String> candidates)
           
 List<? extends org.jclouds.blobstore.BlobStore> getBlobStoreServices()
           
 void setBlobStoreServices(List<? extends org.jclouds.blobstore.BlobStore> blobStoreServices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobStoreApiCompleter

public BlobStoreApiCompleter()
Method Detail

complete

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

getBlobStoreServices

public List<? extends org.jclouds.blobstore.BlobStore> getBlobStoreServices()

setBlobStoreServices

public void setBlobStoreServices(List<? extends org.jclouds.blobstore.BlobStore> blobStoreServices)


Copyright © 2012. All Rights Reserved.