|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the return type when parsing the output from the command line client.public interface ParseableCommand<T>
Command that issues a scm command line client command and parses its output.
| Method Summary | |
|---|---|
T |
parse(java.io.BufferedReader reader)
Returns data from parsing the command line client output in reader |
| Methods inherited from interface com.deluan.jenkins.plugins.rtc.commands.Command |
|---|
getArguments |
| Method Detail |
|---|
T parse(java.io.BufferedReader reader)
throws java.text.ParseException,
java.io.IOException
reader - reader containing the output from the command line client
java.text.ParseException - thrown if there was a problem parsing the data
java.io.IOException - thrown if there was a problem reading the data from the reader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||