Package org.anchoranalysis.io.input.bean.path.matcher

Beans to find a subset of files that match a particular conditions on their paths.
  • Class Summary 
    Class Description
    FilePathMatcher
    Matches file-paths against some kind of pattern.
    MatchExtensions
    Maybe imposes a file-extension condition, optionally on top of an existing matcher.
    MatchGlob
    Matches paths using a Java-style glob.
    MatchRegularExpression
    Predicates that matches a file-path against a regular expression.