Package sonia.scm.io
Class SimpleCommandResult
java.lang.Object
sonia.scm.io.SimpleCommandResult
- All Implemented Interfaces:
CommandResult
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleCommandResult
-
-
Method Details
-
getOutput
- Specified by:
getOutputin interfaceCommandResult
-
getReturnCode
public int getReturnCode()- Specified by:
getReturnCodein interfaceCommandResult
-
isSuccessfull
public boolean isSuccessfull()- Specified by:
isSuccessfullin interfaceCommandResult
-