org.jclouds.compute.domain
Class ExecResponse

java.lang.Object
  extended by org.jclouds.compute.domain.ExecResponse
All Implemented Interfaces:
CustomizationResponse

public class ExecResponse
extends Object
implements CustomizationResponse

Author:
Adrian Cole

Constructor Summary
ExecResponse(String output, String error, int exitCode)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getError()
           
 int getExitCode()
           
 String getOutput()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecResponse

public ExecResponse(String output,
                    String error,
                    int exitCode)
Method Detail

getError

public String getError()

getOutput

public String getOutput()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getExitCode

public int getExitCode()


Copyright © 2009-2011 jclouds. All Rights Reserved.