public abstract class BlobStoreCommandWithOptions extends BlobStoreCommandBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
api |
protected String |
credential |
protected String |
endpoint |
protected String |
identity |
protected String |
name |
protected String |
propertiesFile |
protected String |
provider |
blobStoreServices, cacheProvider, configAdmin, FACTORY_FILTER, PROVIDERFORMAT| Constructor and Description |
|---|
BlobStoreCommandWithOptions() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.apache.felix.service.command.CommandSession session) |
protected org.jclouds.blobstore.BlobStore |
getBlobStore() |
protected List<org.jclouds.blobstore.BlobStore> |
getBlobStoreServices() |
findOrCreateFactoryConfiguration, getBlobInputStream, getCacheProvider, getConfigAdmin, printBlobStoreApis, printBlobStoreProviders, setBlobStoreServices, setCacheProvider, setConfigAdmin, writeprotected String name
protected String provider
protected String api
protected String identity
protected String credential
protected String endpoint
protected String propertiesFile
public Object execute(org.apache.felix.service.command.CommandSession session) throws Exception
execute in interface org.apache.felix.gogo.commands.Actionexecute in class BlobStoreCommandBaseExceptionprotected List<org.jclouds.blobstore.BlobStore> getBlobStoreServices()
getBlobStoreServices in class BlobStoreCommandBaseprotected org.jclouds.blobstore.BlobStore getBlobStore()
throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.