org.jclouds.scriptbuilder.domain
Class Kill

java.lang.Object
  extended by 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

Field Summary
static Map<OsFamily,String> OS_TO_KILL
           
 
Constructor Summary
Kill()
           
 
Method Summary
 Iterable<String> functionDependencies(OsFamily family)
           
 String render(OsFamily family)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OS_TO_KILL

public static final Map<OsFamily,String> OS_TO_KILL
Constructor Detail

Kill

public Kill()
Method Detail

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.