public RegexPathMatcher()

in src/main/java/org/apache/sling/dynamicinclude/pathmatcher/RegexPathMatcher.java [28:30]


  public RegexPathMatcher(String configurationRegex) {
    this.configurationPattern = Pattern.compile(configurationRegex);
  }