public class WildFlyAppSeverHandler extends AbstractAppServerHandler
generatorContext, imageLookup| Constructor and Description |
|---|
WildFlyAppSeverHandler(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
|
String |
getUser()
Get the user to use.
|
boolean |
isApplicable()
Return true it the handler thinks it should kick in.
|
List<String> |
runCmds()
A list of commands to run during image build phase.
|
boolean |
supportsS2iBuild()
If this handler support S2I source builds.
|
getName, getProject, hasOneOfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexposedPorts, getAssemblyNamepublic WildFlyAppSeverHandler(GeneratorContext context)
public boolean isApplicable()
AppServerHandlerpublic String getFrom()
AppServerHandlerpublic String getDeploymentDir()
AppServerHandlerpublic String getCommand()
AppServerHandlerpublic Map<String,String> getEnv()
AppServerHandlerpublic String getUser()
AppServerHandlerpublic List<String> runCmds()
AppServerHandlerpublic boolean supportsS2iBuild()
AppServerHandlerCopyright © 2023. All rights reserved.