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