public class CTMPathTopicMapSource extends AbstractOntopolyTopicMapSource
alwaysReindexOnLoad, indexDirectory, maintainFulltextIndexes, supportsCreate, supportsDelete
base_address, duplicate_suppression, hidden, id, path, refmap, suffix, title
Constructor and Description |
---|
CTMPathTopicMapSource() |
CTMPathTopicMapSource(String path,
FileFilter filter)
INTERNAL: Constructor that takes the file directory and a file filter.
|
CTMPathTopicMapSource(String path,
String suffix) |
Modifier and Type | Method and Description |
---|---|
TopicMapReferenceIF |
createReference(URL url,
String id,
String title,
LocatorIF base) |
TopicMapWriterIF |
getWriter(File file)
INTERNAL: Used by createTopicMap to serialize the new topic map.
|
createTopicMap, getAlwaysReindexOnLoad, getIndexDirectory, getMaintainFulltextIndexes, getSupportsCreate, getSupportsDelete, setAlwaysReindexOnLoad, setIndexDirectory, setMaintainFulltextIndexes, setSupportsCreate, setSupportsDelete, supportsCreate, supportsDelete
accept, close, createReference, getBase, getBaseAddress, getDuplicateSuppression, getFileFilter, getHidden, getId, getPath, getReferences, getSuffix, getTitle, refresh, refreshFromClasspath, refreshFromFilesystem, setBase, setBaseAddress, setDuplicateSuppression, setFileFilter, setHidden, setId, setPath, setSuffix, setTitle
public CTMPathTopicMapSource()
public CTMPathTopicMapSource(String path, FileFilter filter)
path
- the path to search for TopicMapsfilter
- a java.io.FileFilter to filter the specified pathpublic TopicMapReferenceIF createReference(URL url, String id, String title, LocatorIF base)
createReference
in class AbstractOntopolyTopicMapSource
public TopicMapWriterIF getWriter(File file) throws IOException
AbstractOntopolyTopicMapSource
getWriter
in class AbstractOntopolyTopicMapSource
IOException