|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tool
Command-line "avro-tools" utilities should implement this
interface for delegation by Main
.
Method Summary | |
---|---|
String |
getName()
Name of tool, to be used in listings. |
String |
getShortDescription()
1-line description to be used in command listings. |
int |
run(InputStream in,
PrintStream out,
PrintStream err,
List<String> args)
Runs the tool with supplied arguments. |
Method Detail |
---|
int run(InputStream in, PrintStream out, PrintStream err, List<String> args) throws Exception
in
- Input stream to read data (typically System.in).out
- Output of tool (typically System.out).err
- Error stream (typically System.err).args
- Non-null list of arguments.
Exception
- Just like main(), tools may throw Exception.String getName()
String getShortDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |