public class Jetty7Runner extends Object implements ServletContainerRunner
Constructor and Description |
---|
Jetty7Runner() |
Jetty7Runner(String webappFolder,
String contextPath,
int port,
int sslPort) |
Modifier and Type | Method and Description |
---|---|
Jetty7Runner |
configure(String webappFolder,
String contextPath,
int port,
int sslPort) |
protected String |
expand(String moduleLocalPath)
Needed inside Maven multi-projects to expand a path relative to the module to a complete
path.
|
org.eclipse.jetty.server.Server |
getServer() |
void |
start() |
void |
stop()
Immediately shuts down the server instance.
|
String |
toString() |
public Jetty7Runner()
public Jetty7Runner(String webappFolder, String contextPath, int port, int sslPort) throws Exception
Exception
public Jetty7Runner configure(String webappFolder, String contextPath, int port, int sslPort) throws Exception
Exception
public void stop()
stop
in interface ServletContainerRunner
public org.eclipse.jetty.server.Server getServer()
protected String expand(String moduleLocalPath)
moduleLocalPath
- TapestryTestConstants.MODULE_BASE_DIR
Copyright © 2003-2012 The Apache Software Foundation.