fbench.dom
Interface DocumentSource
- All Known Implementing Classes:
- FBench
public interface DocumentSource
An entity capable of returning an InputStream for a given Document name.
- Version:
- 20050708/JHC
- Author:
- JHC
Method Summary |
java.io.File |
getSource(java.lang.String docname)
Returns an InputSource for the given Document name, or null if
no source can be found. |
getSource
java.io.File getSource(java.lang.String docname)
- Returns an InputSource for the given Document name, or null if
no source can be found.