com.mkdoc.store
Class HtmlFileStoreManager
java.lang.Object
|
+--com.mkdoc.store.AbstractFileStoreManager
|
+--com.mkdoc.store.HtmlFileStoreManager
- All Implemented Interfaces:
- FileStoreManager, Manager
- public class HtmlFileStoreManager
- extends AbstractFileStoreManager
- implements FileStoreManager
Manage HTML resources stored on a file system.
This interim version duplicates many of the methods in the
com.mkdoc.jspider package plugin classes. Should ultimately be moved to
a manager hierarchy of its own with more limited, specific interface.
- Version:
- 0.5 2005-05-31
- Author:
- Philip Shaw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlFileStoreManager
public HtmlFileStoreManager()
initialize
public final void initialize(ApplicationContext context)
- Initialize the manager.
- Specified by:
initialize
in interface Manager
- Parameters:
context
- The application context for this manager.- Since:
- Version 0.1 2005-04-26
getExtension
public final java.lang.String getExtension()
- Get the extension for storage files.
- Specified by:
getExtension
in class AbstractFileStoreManager
- Returns:
- An N-Triple file extension.
- Since:
- Version 0.1 2005-04-26
shutdown
public final void shutdown()
- Shut down the manager, not implemented.
- Specified by:
shutdown
in interface Manager
- Since:
- Version 0.1 2005-04-26