Package fitnesse.wiki
Class NoPruningStrategy
- java.lang.Object
-
- fitnesse.wiki.NoPruningStrategy
-
- All Implemented Interfaces:
PagePruningStrategy
public class NoPruningStrategy extends java.lang.Object implements PagePruningStrategy
-
-
Constructor Summary
Constructors Constructor Description NoPruningStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
skipPageAndChildren(WikiPage page)
-
-
-
Method Detail
-
skipPageAndChildren
public boolean skipPageAndChildren(WikiPage page)
- Specified by:
skipPageAndChildren
in interfacePagePruningStrategy
-
-