Uses of Class
org.aksw.commons.util.docker.ContainerPathResolver
Packages that use ContainerPathResolver
Package
Description
-
Uses of ContainerPathResolver in org.aksw.commons.util.docker
Methods in org.aksw.commons.util.docker that return ContainerPathResolverModifier and TypeMethodDescriptionstatic ContainerPathResolverContainerPathResolver.create()static ContainerPathResolverContainerPathResolver.create(com.github.dockerjava.api.command.InspectContainerResponse containerInfo) Methods in org.aksw.commons.util.docker with parameters of type ContainerPathResolverModifier and TypeMethodDescriptionstatic PathContainerPathResolver.expectResolvePath(ContainerPathResolver containerPathResolver, Path path) static PathContainerPathResolver.resolvePath(ContainerPathResolver containerPathResolver, Path path) static PathContainerPathResolver.resolvePath(ContainerPathResolver containerPathResolver, Path path, boolean expectedToResolve) Never returns null.static StringContainerPathResolver.resolvePathString(ContainerPathResolver containerPathResolver, String inPathStr) -
Uses of ContainerPathResolver in org.aksw.shellgebra.exec.stage
Fields in org.aksw.shellgebra.exec.stage declared as ContainerPathResolverModifier and TypeFieldDescriptionprotected ContainerPathResolverBoundStageDocker.containerPathResolverprotected ContainerPathResolverStageDocker.containerPathResolverConstructors in org.aksw.shellgebra.exec.stage with parameters of type ContainerPathResolverModifierConstructorDescriptionBoundStageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, FileWriterTask inputTask, BoundStage inputExecBuilder, Function<CmdOpVar, Stage> varResolver) StageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, Function<CmdOpVar, Stage> varResolver) -
Uses of ContainerPathResolver in org.aksw.shellgebra.processbuilder
Fields in org.aksw.shellgebra.processbuilder declared as ContainerPathResolverModifier and TypeFieldDescriptionprotected ContainerPathResolverProcessBuilderDocker.containerPathResolverMethods in org.aksw.shellgebra.processbuilder that return ContainerPathResolverModifier and TypeMethodDescriptionprotected ContainerPathResolverProcessBuilderDocker.containerPathResolver()Methods in org.aksw.shellgebra.processbuilder with parameters of type ContainerPathResolverModifier and TypeMethodDescriptionprotected ProcessBuilderDockerProcessBuilderDocker.containerPathResolver(ContainerPathResolver containerPathResolver)