public class Starter extends 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 String |
PORT_SYSPROPERTY |
| Constructor and Description |
|---|
Starter() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyJettyXml()
Apply any jetty xml files given
|
void |
communicateStartupResult(Exception e) |
void |
configureJetty() |
void |
configureWebApp() |
protected Starter.Artifact |
getArtifactForOverlayConfig(OverlayConfig c,
List<Starter.Artifact> wars) |
void |
getConfiguration(String[] args) |
void |
join() |
static void |
main(String[] args) |
protected void |
prependHandler(Handler handler,
HandlerCollection handlers) |
void |
run() |
public static final String PORT_SYSPROPERTY
public void getConfiguration(String[] args) throws Exception
args - Exceptionpublic void communicateStartupResult(Exception e)
e - public void applyJettyXml()
throws Exception
Exceptionprotected void prependHandler(Handler handler, HandlerCollection handlers)
handler - handlers - protected Starter.Artifact getArtifactForOverlayConfig(OverlayConfig c, List<Starter.Artifact> wars)
c - wars - public static final void main(String[] args)
args - Copyright © 1995-2015 Webtide. All Rights Reserved.