Provides a simple directory based repository for Wiki pages.
All files have ".txt" appended to make life easier for those
who insist on using Windows or other software which makes assumptions
on the files contents based on its name.
This class functions as a superclass to all file based providers.
since: 2.1.21. author: Janne Jalkanen
Inner Class :public static class WikiFileFilter implements FilenameFilter
getPageText(String page, int version) This implementation just returns the current version, as filesystem
does not provide versioning information for now.
All files should have this extension to be recognized as JSPWiki files.
We default to .txt, because that is probably easiest for Windows users,
and guarantees correct handling.
throws: FileNotFoundException - If the specified page directory does not exist. throws: IOException - In case the specified page directory is a file, not a directory.