org.apache.maven.cli
Class CLIReportingUtils
java.lang.Object
org.apache.maven.cli.CLIReportingUtils
public final class CLIReportingUtils
- extends Object
Utility class used to report errors, statistics, application version info, etc.
- Author:
- jdcasey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MB
public static final long MB
- See Also:
- Constant Field Values
MS_PER_SEC
public static final int MS_PER_SEC
- See Also:
- Constant Field Values
SEC_PER_MIN
public static final int SEC_PER_MIN
- See Also:
- Constant Field Values
CLIReportingUtils
public CLIReportingUtils()
showVersion
public static void showVersion(PrintStream stdout)
showError
public static void showError(Logger logger,
String message,
Throwable e,
boolean showStackTrace)
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.