Class PathCondition.WildcardSubPath<P extends Path>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WildcardSubPath​(P path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait