com.mkdoc.store
Interface FileStoreManager
- All Superinterfaces:
- Manager
- All Known Implementing Classes:
- HtmlFileStoreManager, TripleFileStoreManager
- public interface FileStoreManager
- extends Manager
A interface for file system managers.
- Version:
- 0.1 2005-05-31
- Author:
- Philip Shaw
Method Summary |
java.io.OutputStream |
getOutputStream(java.net.URL subject)
Issue a stream to which output can be passed directly. |
getOutputStream
public java.io.OutputStream getOutputStream(java.net.URL subject)
throws StoreException
- Issue a stream to which output can be passed directly.
Temporary measure to adapt plugin writeFile
methods.
- Parameters:
subject
- The subject of the RDF statements.
- Returns:
- An output stream to write RDF statements to.
- Throws:
StoreException
- If an error occurs with the triple store.- Since:
- Version 0.1 2005-05-31