public class ExecResponse extends Object implements CustomizationResponse
ExecResponse(String output, String error, int exitStatus)
boolean
equals(Object o)
String
getError()
int
getExitStatus()
getOutput()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ExecResponse(String output, String error, int exitStatus)
public String getError()
public String getOutput()
public int getExitStatus()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2009-2013 jclouds. All Rights Reserved.