Uses of Class
com.spotify.docker.client.CompressedDirectory.DockerIgnorePathMatcher
-
Packages that use CompressedDirectory.DockerIgnorePathMatcher Package Description com.spotify.docker.client -
-
Uses of CompressedDirectory.DockerIgnorePathMatcher in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type CompressedDirectory.DockerIgnorePathMatcher Modifier and Type Field Description private com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher>
CompressedDirectory.Visitor. ignoreMatchers
Methods in com.spotify.docker.client that return types with arguments of type CompressedDirectory.DockerIgnorePathMatcher Modifier and Type Method Description (package private) static com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher>
CompressedDirectory. parseDockerIgnore(java.nio.file.Path dockerIgnorePath)
Method parameters in com.spotify.docker.client with type arguments of type CompressedDirectory.DockerIgnorePathMatcher Modifier and Type Method Description private static boolean
CompressedDirectory.Visitor. exclude(com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> matchers, java.nio.file.Path path)
Checks if any of the givenCompressedDirectory.DockerIgnorePathMatcher
matches the givenpath
.Constructor parameters in com.spotify.docker.client with type arguments of type CompressedDirectory.DockerIgnorePathMatcher Constructor Description Visitor(java.nio.file.Path root, com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> ignoreMatchers, org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tarStream)
-