java.lang.Object
org.eclipse.jgit.treewalk.filter.TreeFilter
org.eclipse.tycho.extras.buildtimestamp.jgit.PathFilter

public class PathFilter extends org.eclipse.jgit.treewalk.filter.TreeFilter
  • Field Summary

    Fields inherited from class org.eclipse.jgit.treewalk.filter.TreeFilter

    ALL, ANY_DIFF
  • Constructor Summary

    Constructors
    Constructor
    Description
    PathFilter(String basedir, String filters)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jgit.treewalk.filter.TreeFilter
     
    boolean
    include(org.eclipse.jgit.treewalk.TreeWalk tw)
     
    boolean
     

    Methods inherited from class org.eclipse.jgit.treewalk.filter.TreeFilter

    getPathsBestEffort, matchFilter, negate, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PathFilter

      public PathFilter(String basedir, String filters)
  • Method Details

    • include

      public boolean include(org.eclipse.jgit.treewalk.TreeWalk tw) throws IOException
      Specified by:
      include in class org.eclipse.jgit.treewalk.filter.TreeFilter
      Throws:
      IOException
    • shouldBeRecursive

      public boolean shouldBeRecursive()
      Specified by:
      shouldBeRecursive in class org.eclipse.jgit.treewalk.filter.TreeFilter
    • clone

      public org.eclipse.jgit.treewalk.filter.TreeFilter clone()
      Specified by:
      clone in class org.eclipse.jgit.treewalk.filter.TreeFilter