<h2>org.das2.util.filesystem.GitCommand.GitResponse</h2><p>contains the exit code and messages.</p>
<h2>GitResponse( )</h2>
<p></p>

<hr>
<a name="getErrorResponse"></a>
<h2>getErrorResponse</h2>
getErrorResponse(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>get the stderr response, when provided.</p>

<h3>Returns:</h3>
a String

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getErrorResponse&unscoped_q=getErrorResponse">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/GitCommand.GitResponse.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/GitCommand.GitResponse.html#getErrorResponse">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/GitCommand.GitResponse.java">[view source]</a>
<br>
<br>
<hr>
<a name="getExitCode"></a>
<h2>getExitCode</h2>
getExitCode(  ) &rarr; int

<p>get the return code, where 0 is success, non-zero is code for error.</p>

<h3>Returns:</h3>
an int

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getExitCode&unscoped_q=getExitCode">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/GitCommand.GitResponse.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/GitCommand.GitResponse.html#getExitCode">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/GitCommand.GitResponse.java">[view source]</a>
<br>
<br>
<hr>
<a name="getResponse"></a>
<h2>getResponse</h2>
getResponse(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>get the response, which is typically stdout but may have stderr combined.</p>

<h3>Returns:</h3>
a String

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getResponse&unscoped_q=getResponse">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/GitCommand.GitResponse.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/GitCommand.GitResponse.html#getResponse">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/GitCommand.GitResponse.java">[view source]</a>
<br>
<br>