org.das2.util.filesystem.GitCommand.GitResponse

contains the exit code and messages.

GitResponse( )


getErrorResponse

getErrorResponse( ) → String

get the stderr response, when provided.

Returns:

a String

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getExitCode

getExitCode( ) → int

get the return code, where 0 is success, non-zero is code for error.

Returns:

an int

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getResponse

getResponse( ) → String

get the response, which is typically stdout but may have stderr combined.

Returns:

a String

[search for examples] [view on GitHub] [view on old javadoc] [view source]