public final class StandaloneLauncher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StandaloneLauncher.MyLauncher
Extension of PlainLauncher to make getUrl() public.
|
static class |
StandaloneLauncher.TextAreaLogger
A commons-logging Log implementation which logs to the StandaloneLauncher log.
|
| Modifier and Type | Method and Description |
|---|---|
static StandaloneLauncher |
getInstance() |
void |
log(String message)
Logs a message to the console (text area).
|
static void |
main(String[] args)
The entry point when the launcher is run as a java application.
|
public static StandaloneLauncher getInstance()
public void log(String message)
message - the message to log.Copyright © 2016. All rights reserved.