public class Jetty8xInstalledLocalContainer extends Jetty7xInstalledLocalContainer
Modifier and Type | Field and Description |
---|---|
static String |
ID
Unique container id.
|
defaultFinalOptions
Constructor and Description |
---|
Jetty8xInstalledLocalContainer(LocalConfiguration configuration)
Jetty8xInstalledLocalContainer Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
protected String[] |
getStartArguments(String classpath)
Returns the arguments to pass to the Jetty
start command. |
getOptions, invoke
doStart, doStop, getCapability, getName, getStopArguments, getVersion
addExtraClasspath, addExtraClasspath, addMemoryArguments, addRuntimeArgs, addSharedClasspath, addToolsJarToClasspath, createJvmLauncher, forceStopInternal, getAntUtils, getExtraClasspath, getHome, getHttpUtils, getJavaHome, getJvmLauncherFactory, getResourceUtils, getSharedClasspath, getSystemProperties, getType, ifPresentAddPathToList, setExtraClasspath, setHome, setJvmLauncherFactory, setJvmToLaunchContainerIn, setLogger, setSharedClasspath, setSystemProperties, startInternal, stopInternal, verify
executePostStartTasks, getConfiguration, getFileHandler, getOutput, getState, getTimeout, isAppend, restart, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stop, waitForCompletion, waitForPortShutdown, waitForStarting
getLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, getFileHandler, setConfiguration, setFileHandler
getOutput, getTimeout, isAppend, restart, setAppend, setOutput, setTimeout, start, stop
public static final String ID
public Jetty8xInstalledLocalContainer(LocalConfiguration configuration)
configuration
- The configuration associated with the containerpublic String getId()
getId
in interface Container
getId
in class Jetty7xInstalledLocalContainer
protected String[] getStartArguments(String classpath)
start
command.getStartArguments
in class Jetty7xInstalledLocalContainer
classpath
- Jetty classpath (exludes tools.jar
).start.jar
command.Copyright © 2004–2019 Github. All rights reserved.