public class TomcatAppSeverHandler extends AbstractAppServerHandler
generatorContext, imageLookup| Constructor and Description |
|---|
TomcatAppSeverHandler(GeneratorContext context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Get the default command to put into the image, which should fit to the
image returned from from()
|
String |
getDeploymentDir()
Get the directory with in the base image where to put the applications
into.
|
Map<String,String> |
getEnv()
A Map containing environment variables to add to the Image.
|
String |
getFrom()
Get the base image to use for this specific app server
|
boolean |
isApplicable()
Return true it the handler thinks it should kick in.
|
boolean |
supportsS2iBuild()
If this handler support S2I source builds.
|
getName, getProject, hasOneOfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexposedPorts, getAssemblyName, getUser, runCmdspublic TomcatAppSeverHandler(GeneratorContext context)
public boolean isApplicable()
AppServerHandlerpublic String getFrom()
AppServerHandlerpublic String getDeploymentDir()
AppServerHandlerpublic String getCommand()
AppServerHandlerpublic boolean supportsS2iBuild()
AppServerHandlerpublic Map<String,String> getEnv()
AppServerHandlerCopyright © 2024. All rights reserved.