Class DockerfileCOPYParentsEmulator.GlobMatcher

java.lang.Object
software.xdev.testcontainers.imagebuilder.compat.DockerfileCOPYParentsEmulator.GlobMatcher
Enclosing class:
DockerfileCOPYParentsEmulator

public static class DockerfileCOPYParentsEmulator.GlobMatcher extends Object
  • Field Details

    • pattern

      protected final Pattern pattern
  • Constructor Details

    • GlobMatcher

      public GlobMatcher(String pattern)
  • Method Details

    • correctPathForMatching

      protected String correctPathForMatching(String path)
    • matches

      public boolean matches(String path)