Package io.codemodder

Class PathMatcher

java.lang.Object
io.codemodder.PathMatcher

public final class PathMatcher extends Object
This type is used in include/exclude logic for matching paths.
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(File file)
      Return if this path matcher matches the given file.
    • line

      public Integer line()
    • targetsLine

      public boolean targetsLine()
    • toString

      public String toString()
      Overrides:
      toString in class Object