public class BlobStoreServiceCreateCommand extends BlobStoreCommandWithOptions
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
noWait |
protected String[] |
options |
api, credential, endpoint, identity, name, providerblobStoreServices, cacheProvider, configAdmin, FACTORY_FILTER, PROVIDERFORMAT| Constructor and Description |
|---|
BlobStoreServiceCreateCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute() |
org.osgi.framework.BundleContext |
getBundleContext() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
org.jclouds.blobstore.BlobStore |
waitForBlobStore(org.osgi.framework.BundleContext bundleContext,
String name,
String provider,
String api)
Waits for the
BlobStore registration. |
execute, getBlobStore, getBlobStoreServicesfindOrCreateFactoryConfiguration, getBlobInputStream, getCacheProvider, getConfigAdmin, printBlobStoreApis, printBlobStoreProviders, setBlobStoreServices, setCacheProvider, setConfigAdmin, writeprotected String[] options
protected boolean noWait
protected Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionpublic org.jclouds.blobstore.BlobStore waitForBlobStore(org.osgi.framework.BundleContext bundleContext,
String name,
String provider,
String api)
BlobStore registration.bundleContext - provider - api - public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2012. All Rights Reserved.