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.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PORT_SYSPROPERTY |
| Constructor and Description |
|---|
Starter() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyJettyXml() |
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(org.eclipse.jetty.server.Handler handler,
org.eclipse.jetty.server.handler.HandlerCollection handlers) |
void |
run() |
public static final java.lang.String PORT_SYSPROPERTY
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
args - 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)
e - public void applyJettyXml()
throws java.lang.Exception
java.lang.Exceptionprotected void prependHandler(org.eclipse.jetty.server.Handler handler,
org.eclipse.jetty.server.handler.HandlerCollection handlers)
handler - handlers - protected Starter.Artifact getArtifactForOverlayConfig(OverlayConfig c, java.util.List<Starter.Artifact> wars)
c - wars - public static final void main(java.lang.String[] args)
args - Copyright © 2015. All Rights Reserved.