public class Starter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Starter.Artifact
Artifact
A mock maven Artifact class as the maven jars are not put onto the classpath for the
execution of this class.
|
| Constructor and Description |
|---|
Starter() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyJettyXml()
Apply any jetty xml files given
|
void |
communicateStartupResult(java.lang.Exception e) |
void |
configureJetty() |
void |
configureWebApp() |
protected Starter.Artifact |
getArtifactForOverlayConfig(OverlayConfig c,
java.util.List<Starter.Artifact> wars) |
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(java.lang.Exception e)
public void applyJettyXml()
throws java.lang.Exception
java.lang.Exception - if unable to apply the xmlprotected void prependHandler(Handler handler, HandlerCollection handlers)
protected Starter.Artifact getArtifactForOverlayConfig(OverlayConfig c, java.util.List<Starter.Artifact> wars)
public static final void main(java.lang.String[] args)
Copyright © 1995–2017 Webtide. All rights reserved.