Skip navigation links
A C E G H I J O R S T W 

A

AbstractAppServerHandler - Class in org.eclipse.jkube.generator.webapp.handler
 
AbstractAppServerHandler(String, GeneratorContext) - Constructor for class org.eclipse.jkube.generator.webapp.handler.AbstractAppServerHandler
 
AppServerHandler - Interface in org.eclipse.jkube.generator.webapp
Interface encapsulating a certain application handler

C

CustomAppServerHandler - Class in org.eclipse.jkube.generator.webapp.handler
A custom app server handler used when use explicitly configures the base image
CustomAppServerHandler(String, String, String, String, List<String>, boolean) - Constructor for class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
customize(List<ImageConfiguration>, boolean) - Method in class org.eclipse.jkube.generator.webapp.WebAppGenerator
 

E

exposedPorts() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
A list of ports which are exposed by the base image
exposedPorts() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
extractEnvVariables(String) - Static method in class org.eclipse.jkube.generator.webapp.WebAppGenerator
 

G

generatorContext - Variable in class org.eclipse.jkube.generator.webapp.handler.AbstractAppServerHandler
 
getAssemblyName() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
The name for the assembly configuration (will also be the name of the directory where artifacts are placed for Dockerfile COPY).
getAssemblyName() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
getCommand() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
Get the default command to put into the image, which should fit to the image returned from from()
getCommand() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
getCommand() - Method in class org.eclipse.jkube.generator.webapp.handler.JettyAppSeverHandler
 
getCommand() - Method in class org.eclipse.jkube.generator.webapp.handler.TomcatAppSeverHandler
 
getCommand() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 
getDeploymentDir() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
Get the directory with in the base image where to put the applications into.
getDeploymentDir() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
getDeploymentDir() - Method in class org.eclipse.jkube.generator.webapp.handler.JettyAppSeverHandler
 
getDeploymentDir() - Method in class org.eclipse.jkube.generator.webapp.handler.TomcatAppSeverHandler
 
getDeploymentDir() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 
getEnv() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
A Map containing environment variables to add to the Image.
getEnv() - Method in class org.eclipse.jkube.generator.webapp.handler.TomcatAppSeverHandler
 
getEnv() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 
getEnv(AppServerHandler) - Method in class org.eclipse.jkube.generator.webapp.WebAppGenerator
 
getFrom() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
Get the base image to use for this specific app server
getFrom() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
getFrom() - Method in class org.eclipse.jkube.generator.webapp.handler.JettyAppSeverHandler
 
getFrom() - Method in class org.eclipse.jkube.generator.webapp.handler.TomcatAppSeverHandler
 
getFrom() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 
getFrom(AppServerHandler) - Method in class org.eclipse.jkube.generator.webapp.WebAppGenerator
 
getName() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
Name of the server that this appserver handler stands for
getName() - Method in class org.eclipse.jkube.generator.webapp.handler.AbstractAppServerHandler
 
getName() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
getProject() - Method in class org.eclipse.jkube.generator.webapp.handler.AbstractAppServerHandler
 
getUser() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
Get the user to use.
getUser() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
getUser() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 

H

hasOneOf(String...) - Method in class org.eclipse.jkube.generator.webapp.handler.AbstractAppServerHandler
Check whether one of the given file patterns can be found in the project build directory.

I

imageLookup - Variable in class org.eclipse.jkube.generator.webapp.handler.AbstractAppServerHandler
 
isApplicable() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
Return true it the handler thinks it should kick in.
isApplicable() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
isApplicable() - Method in class org.eclipse.jkube.generator.webapp.handler.JettyAppSeverHandler
 
isApplicable() - Method in class org.eclipse.jkube.generator.webapp.handler.TomcatAppSeverHandler
 
isApplicable() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 
isApplicable(List<ImageConfiguration>) - Method in class org.eclipse.jkube.generator.webapp.WebAppGenerator
 

J

JettyAppSeverHandler - Class in org.eclipse.jkube.generator.webapp.handler
Jetty handler
JettyAppSeverHandler(GeneratorContext) - Constructor for class org.eclipse.jkube.generator.webapp.handler.JettyAppSeverHandler
 

O

org.eclipse.jkube.generator.webapp - package org.eclipse.jkube.generator.webapp
 
org.eclipse.jkube.generator.webapp.handler - package org.eclipse.jkube.generator.webapp.handler
 

R

runCmds() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
A list of commands to run during image build phase.
runCmds() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 

S

supportsS2iBuild() - Method in interface org.eclipse.jkube.generator.webapp.AppServerHandler
If this handler support S2I source builds.
supportsS2iBuild() - Method in class org.eclipse.jkube.generator.webapp.handler.CustomAppServerHandler
 
supportsS2iBuild() - Method in class org.eclipse.jkube.generator.webapp.handler.JettyAppSeverHandler
 
supportsS2iBuild() - Method in class org.eclipse.jkube.generator.webapp.handler.TomcatAppSeverHandler
 
supportsS2iBuild() - Method in class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 

T

TomcatAppSeverHandler - Class in org.eclipse.jkube.generator.webapp.handler
Detector for tomcat app servers.
TomcatAppSeverHandler(GeneratorContext) - Constructor for class org.eclipse.jkube.generator.webapp.handler.TomcatAppSeverHandler
 

W

WebAppGenerator - Class in org.eclipse.jkube.generator.webapp
A generator for WAR apps
WebAppGenerator(GeneratorContext) - Constructor for class org.eclipse.jkube.generator.webapp.WebAppGenerator
 
WildFlyAppSeverHandler - Class in org.eclipse.jkube.generator.webapp.handler
Handler for wildfly
WildFlyAppSeverHandler(GeneratorContext) - Constructor for class org.eclipse.jkube.generator.webapp.handler.WildFlyAppSeverHandler
 
A C E G H I J O R S T W 
Skip navigation links

Copyright © 2023. All rights reserved.