public class WebAppGenerator extends BaseGenerator
FABRIC8_GENERATOR_ALIAS, FABRIC8_GENERATOR_FROM, FABRIC8_GENERATOR_FROM_MODE, FABRIC8_GENERATOR_NAME, FABRIC8_GENERATOR_REGISTRY, log| Constructor and Description |
|---|
WebAppGenerator(GeneratorContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<io.fabric8.maven.docker.config.ImageConfiguration> |
customize(List<io.fabric8.maven.docker.config.ImageConfiguration> configs,
boolean prePackagePhase) |
protected Map<String,String> |
getEnv(AppServerHandler handler) |
protected String |
getFrom(AppServerHandler handler) |
boolean |
isApplicable(List<io.fabric8.maven.docker.config.ImageConfiguration> configs) |
addFrom, addLatestTagIfSnapshot, getAlias, getConfig, getConfig, getConfigWithFallback, getContext, getFromAsConfigured, getImageName, getName, getProject, getRegistry, shouldAddImageConfigurationpublic WebAppGenerator(GeneratorContext context)
public boolean isApplicable(List<io.fabric8.maven.docker.config.ImageConfiguration> configs)
public List<io.fabric8.maven.docker.config.ImageConfiguration> customize(List<io.fabric8.maven.docker.config.ImageConfiguration> configs, boolean prePackagePhase)
protected Map<String,String> getEnv(AppServerHandler handler)
protected String getFrom(AppServerHandler handler)
Copyright © 2019. All rights reserved.