Class PathCondition.SubPathCondition<P extends Path>

    • Method Detail

      • getPath

        public P getPath()
      • passes

        public boolean passes​(P value)
        Returns true if the incoming path is equal to the specified path, or a decendant of it, if andDescendents is true.
        Specified by:
        passes in interface Condition<P extends Path>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object