public class TomcatAppSeverHandler extends AbstractAppServerHandler
imageLookup, project| Constructor and Description |
|---|
TomcatAppSeverHandler(org.apache.maven.project.MavenProject project) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
exposedPorts()
A list of ports which are exposed by the base image
|
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.
|
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.
|
getName, hasOneOf, scanFilespublic TomcatAppSeverHandler(org.apache.maven.project.MavenProject project)
public boolean isApplicable()
AppServerHandlerpublic String getFrom()
AppServerHandlerpublic List<String> exposedPorts()
AppServerHandlerpublic String getDeploymentDir()
AppServerHandlerpublic String getCommand()
AppServerHandlerpublic String getUser()
AppServerHandlerCopyright © 2019. All rights reserved.