org.jclouds.karaf.commands.compute
Class ComputeCommandSupport
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.apache.karaf.shell.console.OsgiCommandSupport
org.jclouds.karaf.commands.compute.ComputeCommandSupport
- All Implemented Interfaces:
- org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.console.BundleContextAware
- Direct Known Subclasses:
- CreateCommand, DestroyCommand, HardwaresCommand, ImagesCommand, ListCommand, LocationsCommand, NodesCommand, ResumeCommand, SuspendCommand
public abstract class ComputeCommandSupport
- extends org.apache.karaf.shell.console.OsgiCommandSupport
- Author:
- Guillaume Nodet (gnodet)
| Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport |
bundleContext, usedReferences |
| Fields inherited from class org.apache.karaf.shell.console.AbstractAction |
log, session |
| Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport |
execute, getAllServices, getBundleContext, getService, setBundleContext, ungetServices |
| 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
ComputeCommandSupport
public ComputeCommandSupport()
setServices
public void setServices(List<org.jclouds.compute.ComputeService> services)
getComputeServices
protected List<org.jclouds.compute.ComputeService> getComputeServices()
getComputeService
protected org.jclouds.compute.ComputeService getComputeService()
Copyright © 2009-2011 jclouds. All Rights Reserved.