Uses of Class
io.fabric8.maven.docker.assembly.AssemblyFiles.Entry
-
Packages that use AssemblyFiles.Entry Package Description io.fabric8.maven.docker.assembly io.fabric8.maven.docker.service io.fabric8.maven.docker.util -
-
Uses of AssemblyFiles.Entry in io.fabric8.maven.docker.assembly
Methods in io.fabric8.maven.docker.assembly that return types with arguments of type AssemblyFiles.Entry Modifier and Type Method Description List<AssemblyFiles.Entry>AssemblyFiles. getUpdatedEntriesAndRefresh()Get the list of all updated entries i.e.Method parameters in io.fabric8.maven.docker.assembly with type arguments of type AssemblyFiles.Entry Modifier and Type Method Description FileDockerAssemblyManager. createChangedFilesArchive(List<AssemblyFiles.Entry> entries, File assemblyDirectory, String imageName, MojoParameters mojoParameters) -
Uses of AssemblyFiles.Entry in io.fabric8.maven.docker.service
Method parameters in io.fabric8.maven.docker.service with type arguments of type AssemblyFiles.Entry Modifier and Type Method Description FileArchiveService. createChangedFilesArchive(List<AssemblyFiles.Entry> entries, File assemblyDir, String imageName, MojoParameters mojoParameters)Create an tar archive from a set of assembly files. -
Uses of AssemblyFiles.Entry in io.fabric8.maven.docker.util
Method parameters in io.fabric8.maven.docker.util with type arguments of type AssemblyFiles.Entry Modifier and Type Method Description static voidJibServiceUtil. copyToContainer(com.google.cloud.tools.jib.api.JibContainerBuilder containerBuilder, File directory, String targetDir, Map<File,AssemblyFiles.Entry> files)
-