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 AdvancedParsedDockerfile that makes it possible to parse ARGS
Fixes: 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.
 
 
Represents a bundle of ignore rules inherited from a base directory.
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 manipulation
 
Matcher built from path segments containing wildcards.
Wildmatch matcher for "double star" (**) pattern only.