Uses of Class
com.spotify.docker.client.CompressedDirectory.DockerIgnorePathMatcher
Packages that use CompressedDirectory.DockerIgnorePathMatcher
-
Uses of CompressedDirectory.DockerIgnorePathMatcher in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type CompressedDirectory.DockerIgnorePathMatcherModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<CompressedDirectory.DockerIgnorePathMatcher> CompressedDirectory.Visitor.ignoreMatchers
Methods in com.spotify.docker.client that return types with arguments of type CompressedDirectory.DockerIgnorePathMatcherModifier and TypeMethodDescription(package private) static com.google.common.collect.ImmutableList
<CompressedDirectory.DockerIgnorePathMatcher> CompressedDirectory.parseDockerIgnore
(Path dockerIgnorePath) Method parameters in com.spotify.docker.client with type arguments of type CompressedDirectory.DockerIgnorePathMatcherModifier and TypeMethodDescriptionprivate static boolean
CompressedDirectory.Visitor.exclude
(com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> matchers, 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.DockerIgnorePathMatcherModifierConstructorDescriptionprivate
Visitor
(Path root, com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> ignoreMatchers, org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tarStream)