public abstract class AbstractAppServerHandler extends Object implements AppServerHandler
| Modifier and Type | Field and Description |
|---|---|
protected GeneratorContext |
generatorContext |
protected DefaultImageLookup |
imageLookup |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAppServerHandler(String name,
GeneratorContext generatorContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the server that this appserver handler stands for
|
protected org.eclipse.jkube.kit.common.JavaProject |
getProject() |
protected boolean |
hasOneOf(String... patterns)
Check whether one of the given file patterns can be found in the project build directory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexposedPorts, getAssemblyName, getCommand, getDeploymentDir, getEnv, getFrom, getUser, isApplicable, runCmds, supportsS2iBuildprotected final DefaultImageLookup imageLookup
protected final GeneratorContext generatorContext
protected AbstractAppServerHandler(String name, GeneratorContext generatorContext)
public String getName()
AppServerHandlergetName in interface AppServerHandlerprotected org.eclipse.jkube.kit.common.JavaProject getProject()
protected boolean hasOneOf(String... patterns) throws IOException
FileSystem.getPathMatcher(String).patterns - patterns to check.IOExceptionCopyright © 2024. All rights reserved.