Uses of Class
org.aksw.jenax.engine.docker.common.ContainerPathResolver
Packages that use ContainerPathResolver
-
Uses of ContainerPathResolver in org.aksw.jenax.engine.docker.common
Methods in org.aksw.jenax.engine.docker.common that return ContainerPathResolverModifier and TypeMethodDescriptionstatic ContainerPathResolverContainerPathResolver.create()static ContainerPathResolverContainerPathResolver.create(com.github.dockerjava.api.command.InspectContainerResponse containerInfo) Methods in org.aksw.jenax.engine.docker.common 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.jenax.engine.qlever
Fields in org.aksw.jenax.engine.qlever declared as ContainerPathResolverModifier and TypeFieldDescriptionprotected ContainerPathResolverRDFDatabaseBuilderQlever.containerPathResolverA resolver for host paths if the database builder is used from within docker (dind).