public final class Diagnostics extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
ERROR_PROPERTY_ACCESS_BLOCKED
The error text when a security manager blocks access to a property.
|
Modifier and Type | Method and Description |
---|---|
static void |
doReport(PrintStream out)
Print a report to the given stream.
|
static void |
doReport(PrintStream out,
int logLevel)
Print a report to the given stream.
|
static File[] |
listLibraries()
return the list of jar files existing in ANT_HOME/lib
and that must have been picked up by Ant script.
|
static void |
main(String[] args)
main entry point for command line
|
protected static final String ERROR_PROPERTY_ACCESS_BLOCKED
public static void doReport(PrintStream out)
out
- the stream to print the report to.public static void doReport(PrintStream out, int logLevel)
out
- the stream to print the report to.logLevel
- denotes the level of detail requested as one of
Project's MSG_* constants.public static File[] listLibraries()
public static void main(String[] args)
args
- command line arguments.