org.jclouds.scriptbuilder.domain
Class Kill
java.lang.Object
org.jclouds.scriptbuilder.domain.Kill
- All Implemented Interfaces:
- Statement
public class Kill
- extends Object
- implements Statement
Statement used in a shell script
- Author:
- Adrian Cole
Constructor Summary |
Kill()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OS_TO_KILL
public static final Map<OsFamily,String> OS_TO_KILL
Kill
public Kill()
render
public String render(OsFamily family)
- Specified by:
render
in interface Statement
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies
in interface Statement
Copyright © 2009-2011 jclouds. All Rights Reserved.