Class JettyForker
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.maven.AbstractForker
org.eclipse.jetty.maven.AbstractServerForker
org.eclipse.jetty.ee10.maven.plugin.JettyForker
- All Implemented Interfaces:
org.eclipse.jetty.util.component.LifeCycle
public class JettyForker
extends org.eclipse.jetty.maven.AbstractServerForker
JettyForker
Uses quickstart to generate a webapp and forks a process to run it.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener -
Field Summary
FieldsFields inherited from class org.eclipse.jetty.maven.AbstractServerForker
containerClassPath, contextXml, executionClassName, forkWebXml, scanInterval, server, webAppPropsFileFields inherited from class org.eclipse.jetty.maven.AbstractForker
env, exitVm, jettyOutputFile, jettyProperties, jettyXmlFiles, jvmArgs, maxChildStartCheckMs, maxChildStartChecks, stopAtShutdown, stopKey, stopPort, systemProperties, tokenFile, waitForChild, workDirFields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidvoidMethods inherited from class org.eclipse.jetty.maven.AbstractServerForker
createCommand, doStart, fileSeparators, getContainerClassPath, getContextXml, getForkWebXml, getScanInterval, getServer, getWebAppPropsFile, isScan, pathSeparators, setContainerClassPath, setContextXml, setForkWebXml, setScan, setScanInterval, setServer, setWebAppPropsFileMethods inherited from class org.eclipse.jetty.maven.AbstractForker
getEnv, getJettyOutputFile, getJettyProperties, getJettyXmlFiles, getJvmArgs, getMaxChildStartCheckMs, getMaxChildtartChecks, getStopKey, getStopPort, getSystemProperties, getTokenFile, getWorkDir, isExitVm, isStopAtShutdown, isWaitForChild, setEnv, setExitVm, setJettyOutputFile, setJettyProperties, setJettyXmlFiles, setJvmArgs, setMaxChildStartCheckMs, setMaxChildStartChecks, setStopAtShutdown, setStopKey, setStopPort, setSystemProperties, setTokenFile, setWaitForChild, setWorkDirMethods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addEventListener, doStop, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop, toString
-
Field Details
-
webApp
-
-
Constructor Details
-
JettyForker
public JettyForker()
-
-
Method Details
-
setWebApp
-
generateWebApp
-
redeployWebApp
-