org.jclouds.karaf.chef.commands
Class ChefCommandWithOptions
java.lang.Object
org.apache.karaf.shell.console.AbstractAction
org.jclouds.karaf.chef.commands.ChefCommandBase
org.jclouds.karaf.chef.commands.ChefCommandWithOptions
- All Implemented Interfaces:
- org.apache.felix.gogo.commands.Action
- Direct Known Subclasses:
- ChefCookbookListCommand, ChefServiceCreateCommand
public abstract class ChefCommandWithOptions
- extends ChefCommandBase
- Author:
- Guillaume Nodet (gnodet)
| Fields inherited from class org.apache.karaf.shell.console.AbstractAction |
log, session |
| Methods inherited from class org.jclouds.karaf.chef.commands.ChefCommandBase |
execute, findOrCreateFactoryConfiguration, getCacheProvider, getConfigAdmin, getShellTableFactory, printChefApis, printCookbooks, setCacheProvider, setChefServices, setConfigAdmin, setShellTableFactory |
| 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
api
protected String api
clientName
protected String clientName
clientKeyFile
protected String clientKeyFile
validatorName
protected String validatorName
validatorKeyFile
protected String validatorKeyFile
endpoint
protected String endpoint
ChefCommandWithOptions
public ChefCommandWithOptions()
getChefServices
public List<org.jclouds.chef.ChefService> getChefServices()
- Overrides:
getChefServices in class ChefCommandBase
getChefService
protected org.jclouds.chef.ChefService getChefService()
Copyright © 2013. All Rights Reserved.