@groovy.transform.CompileStatic(TypeCheckingMode.SKIP) abstract class LauncherBase extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
protected LauncherConfig |
config |
|
protected static org.slf4j.Logger |
log |
|
protected org.akhikhl.gretty.ServiceProtocol$Reader |
reader |
|
protected ServerConfig |
sconfig |
|
protected java.util.Map |
serverStartInfo |
|
protected java.lang.Iterable<WebAppConfig> |
webAppConfigs |
|
protected org.akhikhl.gretty.ServiceProtocol$Writer |
writer |
| Constructor and description |
|---|
LauncherBase
(LauncherConfig config) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
afterJavaExec() |
|
void |
afterLaunch() |
|
protected void |
beforeJavaExec() |
|
void |
beforeLaunch() |
|
void |
dispose() |
|
protected static java.lang.Object |
fileToString(java.lang.Object file) |
|
protected java.io.File |
getPortPropertiesFile() |
|
protected java.lang.String |
getServerManagerFactory() |
|
java.util.Map |
getServerStartInfo() |
|
protected java.lang.String |
getServletContainerDescription() |
|
protected java.lang.String |
getServletContainerId() |
|
protected void |
javaExec(JavaExecParams params) |
|
void |
launch() |
|
java.lang.Thread |
launchThread() |
|
protected void |
prepareToRun(WebAppConfig wconfig) |
|
protected void |
rebuildWebapps() |
|
protected void |
stopServer() |
|
protected void |
writeLoggingConfig(java.lang.Object json) |
|
protected void |
writeRunConfigJson(java.lang.Object json) |
|
protected void |
writeWebAppClassPath(java.lang.Object json, WebAppConfig webAppConfig) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |