Uses of Class
io.fabric8.maven.docker.util.MojoParameters
-
Packages that use MojoParameters Package Description io.fabric8.maven.docker io.fabric8.maven.docker.assembly io.fabric8.maven.docker.config io.fabric8.maven.docker.service io.fabric8.maven.docker.util -
-
Uses of MojoParameters in io.fabric8.maven.docker
Methods in io.fabric8.maven.docker that return MojoParameters Modifier and Type Method Description protected MojoParametersAbstractBuildSupportMojo. createMojoParameters() -
Uses of MojoParameters in io.fabric8.maven.docker.assembly
Methods in io.fabric8.maven.docker.assembly with parameters of type MojoParameters Modifier and Type Method Description FileDockerAssemblyManager. createChangedFilesArchive(List<AssemblyFiles.Entry> entries, File assemblyDirectory, String imageName, MojoParameters mojoParameters)FileDockerAssemblyManager. createDockerTarArchive(String imageName, MojoParameters params, BuildImageConfiguration buildConfig, Logger log)Create an docker tar archive from the given configuration which can be send to the Docker host for creating the image.FileDockerAssemblyManager. createDockerTarArchive(String imageName, MojoParameters params, BuildImageConfiguration buildConfig, Logger log, ArchiverCustomizer finalCustomizer)Create an docker tar archive from the given configuration which can be send to the Docker host for creating the image.AssemblyFilesDockerAssemblyManager. getAssemblyFiles(String name, AssemblyConfiguration assemblyConfig, MojoParameters mojoParams, Logger log)Extract all files with a tracking archiver.Constructors in io.fabric8.maven.docker.assembly with parameters of type MojoParameters Constructor Description BuildDirs(String imageName, MojoParameters params)Constructor building up the the output directoriesDockerAssemblyConfigurationSource(MojoParameters params, BuildDirs buildDirs, AssemblyConfiguration assemblyConfig) -
Uses of MojoParameters in io.fabric8.maven.docker.config
Methods in io.fabric8.maven.docker.config with parameters of type MojoParameters Modifier and Type Method Description FileBuildImageConfiguration. getAbsoluteContextDirPath(MojoParameters mojoParams)FileBuildImageConfiguration. getAbsoluteDockerFilePath(MojoParameters mojoParams)FileBuildImageConfiguration. getAbsoluteDockerTarPath(MojoParameters mojoParams) -
Uses of MojoParameters in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return MojoParameters Modifier and Type Method Description MojoParametersBuildService.BuildContext. getMojoParameters()MojoParametersWatchService.WatchContext. getMojoParameters()Methods in io.fabric8.maven.docker.service with parameters of type MojoParameters Modifier and Type Method Description protected voidBuildService. buildImage(ImageConfiguration imageConfig, MojoParameters params, boolean noCache, boolean squash, Map<String,String> buildArgs, File dockerArchive)Build an imageFileArchiveService. createChangedFilesArchive(List<AssemblyFiles.Entry> entries, File assemblyDir, String imageName, MojoParameters mojoParameters)Create an tar archive from a set of assembly files.FileArchiveService. createDockerBuildArchive(ImageConfiguration imageConfig, MojoParameters params)Create the tar file container the source for building an image.FileArchiveService. createDockerBuildArchive(ImageConfiguration imageConfig, MojoParameters params, ArchiverCustomizer customizer)Create the tar file container the source for building an image.AssemblyFilesArchiveService. getAssemblyFiles(ImageConfiguration imageConfig, String assemblyName, MojoParameters mojoParameters)Get a mapping of original to destination files which a covered by an assembly.BuildService.BuildContext.BuilderBuildService.BuildContext.Builder. mojoParameters(MojoParameters mojoParameters)WatchService.WatchContext.BuilderWatchService.WatchContext.Builder. mojoParameters(MojoParameters mojoParameters)Constructors in io.fabric8.maven.docker.service with parameters of type MojoParameters Constructor Description JibBuildService(ServiceHub hub, MojoParameters mojoParameters, Logger log) -
Uses of MojoParameters in io.fabric8.maven.docker.util
Methods in io.fabric8.maven.docker.util with parameters of type MojoParameters Modifier and Type Method Description static org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolatorDockerFileUtil. createInterpolator(MojoParameters params, String filter)Create an interpolator for the given maven parameters and filter configuration.static FileEnvUtil. prepareAbsoluteOutputDirPath(MojoParameters params, String dir, String path)static FileEnvUtil. prepareAbsoluteSourceDirPath(MojoParameters params, String path)
-