public class WebAppGenerator extends BaseGenerator
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, getConfigWithSystemFallbackAndDefault, 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 © 2018. All rights reserved.