public class PrintUtil extends Object
Constructor and Description |
---|
PrintUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getConfirmation(String message,
Logger logger) |
static String |
getMostRecentCause(Throwable e) |
static void |
printBye(PrintWriter out) |
static void |
printError(PrintWriter out,
Exception e) |
static void |
printHelp(boolean standalone) |
static void |
printUsage(org.apache.commons.cli.Options options) |
static void |
printWelcome(PrintWriter out) |
public static void printHelp(boolean standalone)
public static void printUsage(org.apache.commons.cli.Options options)
public static void printWelcome(PrintWriter out)
public static void printError(PrintWriter out, Exception e)
public static void printBye(PrintWriter out)
Copyright © 2016–2019 AdroitLogic. All rights reserved.