org.jclouds.karaf.commands.blobstore
Class BlobStoreCommandWithOptions
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.jclouds.karaf.commands.blobstore.BlobStoreCommandBase
org.jclouds.karaf.commands.blobstore.BlobStoreCommandWithOptions
- All Implemented Interfaces:
- org.apache.felix.gogo.commands.Action
- Direct Known Subclasses:
- BlobCreateCommand, BlobDeleteCommand, BlobListCommand, BlobReadCommand, BlobStoreServiceCommand, BlobWriteCommand
public abstract class BlobStoreCommandWithOptions
- extends BlobStoreCommandBase
- Author:
- iocanel
| Fields inherited from class org.apache.karaf.shell.console.AbstractAction |
log, session |
| Methods inherited from class org.jclouds.karaf.commands.blobstore.BlobStoreCommandBase |
getBlobInputStream, getCacheProvider, printBlobStoreApis, printBlobStoreProviders, read, readFromUrl, setBlobStoreServices, setCacheProvider, toBytes, write, write |
| Methods inherited from class org.apache.karaf.shell.console.AbstractAction |
doExecute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
provider
protected String provider
api
protected String api
identity
protected String identity
credential
protected String credential
endpoint
protected String endpoint
BlobStoreCommandWithOptions
public BlobStoreCommandWithOptions()
execute
public Object execute(org.apache.felix.service.command.CommandSession session)
throws Exception
- Specified by:
execute in interface org.apache.felix.gogo.commands.Action- Overrides:
execute in class BlobStoreCommandBase
- Throws:
Exception
getBlobStoreServices
protected List<org.jclouds.blobstore.BlobStore> getBlobStoreServices()
- Overrides:
getBlobStoreServices in class BlobStoreCommandBase
getBlobStore
protected org.jclouds.blobstore.BlobStore getBlobStore()
Copyright © 2012. All Rights Reserved.