private static class CondorVersion.CondorVersionCallback extends java.lang.Object implements StreamGobblerCallback
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
mVersion
The version detected.
|
| Constructor and Description |
|---|
CondorVersionCallback()
The Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVersion()
Returns the condor version detected.
|
void |
work(java.lang.String line)
Callback whenever a line is read from the stream by the StreamGobbler.
|
public void work(java.lang.String line)
work in interface StreamGobblerCallbackline - the line that is read.public java.lang.String getVersion()