コード例 #1
0
 public void print() {
   print(System.out);
 }
コード例 #2
0
 /** Prints the given table and returns success */
 protected Result tableResults(TablePrinter table) {
   table.print(getOut());
   return Results.success();
 }