Package sonia.scm.io
Interface CommandResult
- All Known Implementing Classes:
SimpleCommandResult
public interface CommandResult
-
Method Summary
-
Method Details
-
getOutput
String getOutput() -
getReturnCode
int getReturnCode() -
isSuccessfull
boolean isSuccessfull()
-