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 exitStatus)
           
 
Method Summary
 boolean equals(Object o)
           
 String getError()
           
 int getExitCode()
          Deprecated. 
 int getExitStatus()
           
 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 exitStatus)
Method Detail

getError

public String getError()

getOutput

public String getOutput()

getExitCode

@Deprecated
public int getExitCode()
Deprecated. 

See Also:
getExitStatus()

getExitStatus

public int getExitStatus()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.