| Package | Description |
|---|---|
| com.spotify.docker.client |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> |
CompressedDirectory.Visitor.ignoreMatchers |
| Modifier and Type | Method and Description |
|---|---|
(package private) static com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> |
CompressedDirectory.parseDockerIgnore(Path dockerIgnorePath) |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
CompressedDirectory.Visitor.exclude(com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> matchers,
Path path)
Checks if any of the given
CompressedDirectory.DockerIgnorePathMatcher matches the given path |
| Constructor and Description |
|---|
Visitor(Path root,
com.google.common.collect.ImmutableList<CompressedDirectory.DockerIgnorePathMatcher> ignoreMatchers,
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tarStream) |
Copyright © 2016. All rights reserved.