org.jclouds.karaf.commands.compute
Class ComputeCommandSupport

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.shell.console.OsgiCommandSupport
          extended by 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)

Field Summary
protected  String provider
           
 
Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport
bundleContext, usedReferences
 
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
 
Constructor Summary
ComputeCommandSupport()
           
 
Method Summary
protected  org.jclouds.compute.ComputeService getComputeService()
           
protected  List<org.jclouds.compute.ComputeService> getComputeServices()
           
 void setServices(List<org.jclouds.compute.ComputeService> services)
           
 
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
 

Field Detail

provider

protected String provider
Constructor Detail

ComputeCommandSupport

public ComputeCommandSupport()
Method Detail

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.