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:
- BlobListCommand, BlobMetadataCommand, BlobReadCommand, BlobRemoveCommand, BlobStoreServiceCreateCommand, BlobWriteCommand, ContainerClearCommand, ContainerCreateCommand, ContainerDeleteCommand, ContainerExistsCommand, ContainerListCommand, ContainerMetadataCommand, LocationListCommand
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.apache.karaf.shell.console.AbstractAction |
doExecute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
provider
protected String provider
api
protected String api
identity
protected String identity
credential
protected String credential
endpoint
protected String endpoint
propertiesFile
protected String propertiesFile
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()
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.