All Classes and Interfaces
Class
Description
Base class for default methods as
AbstractMatcher.toString() and such.Fork of
ImageFromDockerfile to fix the following problems:
testcontainers-java#3093
testcontainers-java#3238
TransferFilesCreator
Fixed: Logger was not controllable (because it was generic)
Deprecated-Stuff replaced / removed
Fork of
Fixes: testcontainers-java#3238
AdvancedParsedDockerfile that makes it possible to parse ARGSFixes: testcontainers-java#3238
Helper class for copying the docker-context inside a container, based on a (.git-)ignore file.
Emulates COPY --parents.
Fork of
FilePathUtil to improve performance"Fast" (compared with IgnoreRule) git ignore rule implementation supporting also double star
** pattern.An
Iterator to iterate over the nodes of a file tree.Walks a file tree, generating a sequence of events corresponding to the files in the tree.
Represents a bundle of ignore rules inherited from a base directory.
Result from
IgnoreNode.isIgnored(String, boolean).Holds the
ExecutorService that will be used for ImageBuilder related work.Generic path matcher.
Thrown when a pattern passed in an argument was wrong.
Matcher for simple regex patterns starting with an asterisk, e.g. "*.tmp"
Matcher built from patterns for file names (single path segments).
Matcher built by patterns consists of multiple path segments.
Various
String related utility methods, written mostly to avoid generation of new String objects (e.g. via
splitting Strings etc).Matcher for simple patterns ending with an asterisk, e.g.
Forked from
CompressArchiveUtil to allow file
manipulationMatcher built from path segments containing wildcards.
Wildmatch matcher for "double star" (
**) pattern only.