Constructor and Description |
---|
BootstrapTester()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
log()
Puts out a blank line to the log
|
protected void |
log(int indentLevel,
String msg)
Puts out an indented string to the log.
|
protected void |
log(String msg)
Puts out a string to the log
|
protected void |
log(Throwable throwable)
Puts out an exception to the log
|
static void |
main(String[] args)
Run the Bootstrap test
|
protected void |
printStackTrace(Throwable e)
Add stack trace to the log.
|
void |
run(String[] args)
Shows the PolicyActionContexts that will result from the specified
Policy file.
|
public static void main(String[] args)
args
- the command-line argumentspublic void run(String[] args) throws Exception
args
- command line argumentsException
- if the operation failsprotected void log()
protected void log(String msg)
msg
- the Stringprotected void log(int indentLevel, String msg)
indentLevel
- degree to which the message should be indentedmsg
- the Stringprotected void log(Throwable throwable)
throwable
- the exceptionprotected void printStackTrace(Throwable e)
e
- the exception for which to print a stack traceCopyright © 2023. All rights reserved.