All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.wiki.fs.SubWikiPageFactory Maven / Gradle / Ivy

package fitnesse.wiki.fs;

import java.util.List;

import fitnesse.wiki.WikiPage;

public interface SubWikiPageFactory {

  List getChildren(FileBasedWikiPage wikiPage);

  WikiPage getChildPage(FileBasedWikiPage wikiPage, String childName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy