org.jclouds.compute.domain
Class ExecResponse
java.lang.Object
  
org.jclouds.compute.domain.ExecResponse
- All Implemented Interfaces: 
 - CustomizationResponse
 
public class ExecResponse
- extends Object
- implements CustomizationResponse
  
- Author:
 
  - Adrian Cole
 
 
 
 
ExecResponse
public ExecResponse(String output,
                    String error,
                    int exitCode)
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.