Runs the tool with supplied arguments. Input and output streams are customizable for easier testing. @param in Input stream to read data (typically System.in). @param out Output of tool (typically System.out). @param err Error stream (typically System.err). @param args Non-null list of arguments.
(InputStream in, PrintStream out, PrintStream err, List<String> args)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected