public class Starter
extends java.lang.Object
| Constructor and Description |
|---|
Starter() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyJettyXml()
Apply any jetty xml files given
|
void |
communicateStartupResult() |
void |
configureJetty() |
void |
configureWebApp() |
void |
getConfiguration(java.lang.String[] args) |
void |
join() |
static void |
main(java.lang.String[] args) |
protected void |
prependHandler(Handler handler,
HandlerCollection handlers) |
void |
run() |
public void configureJetty()
throws java.lang.Exception
java.lang.Exceptionpublic void configureWebApp()
throws java.lang.Exception
java.lang.Exceptionpublic void getConfiguration(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic void run()
throws java.lang.Exception
java.lang.Exceptionpublic void join()
throws java.lang.Exception
java.lang.Exceptionpublic void communicateStartupResult()
public void applyJettyXml()
throws java.lang.Exception
java.lang.Exception - if unable to apply the xmlprotected void prependHandler(Handler handler, HandlerCollection handlers)
public static final void main(java.lang.String[] args)
args - Starter argumentsCopyright © 1995–2021 Webtide. All rights reserved.