public class SpringBootGenerator extends JavaExecGenerator
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringBootGenerator.Config |
log| Constructor and Description |
|---|
SpringBootGenerator(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 isPrePackagePhase) |
protected Map<String,String> |
getEnv(boolean isPrePackagePhase) |
boolean |
isApplicable(List<io.fabric8.maven.docker.config.ImageConfiguration> configs) |
protected boolean |
isFatJar() |
addAssembly, createAssembly, detectFatJar, extractPorts, hasMainClassaddLatestTagIfSnapshot, getAlias, getConfig, getConfig, getConfig, getContext, getFrom, getImageName, getName, getProject, shouldAddImageConfigurationpublic SpringBootGenerator(GeneratorContext context)
public boolean isApplicable(List<io.fabric8.maven.docker.config.ImageConfiguration> configs)
isApplicable in interface GeneratorisApplicable in class JavaExecGeneratorpublic List<io.fabric8.maven.docker.config.ImageConfiguration> customize(List<io.fabric8.maven.docker.config.ImageConfiguration> configs, boolean isPrePackagePhase) throws org.apache.maven.plugin.MojoExecutionException
customize in interface Generatorcustomize in class JavaExecGeneratororg.apache.maven.plugin.MojoExecutionExceptionprotected Map<String,String> getEnv(boolean isPrePackagePhase) throws org.apache.maven.plugin.MojoExecutionException
getEnv in class JavaExecGeneratororg.apache.maven.plugin.MojoExecutionExceptionprotected boolean isFatJar()
throws org.apache.maven.plugin.MojoExecutionException
isFatJar in class JavaExecGeneratororg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2016. All rights reserved.