Package net.ontopia.topicmaps.utils.rdf
Class RDFTopicMapReference
java.lang.Object
net.ontopia.topicmaps.entry.AbstractTopicMapReference
net.ontopia.topicmaps.entry.AbstractURLTopicMapReference
net.ontopia.topicmaps.entry.AbstractOntopolyURLReference
net.ontopia.topicmaps.utils.rdf.RDFTopicMapReference
- All Implemented Interfaces:
AutoCloseable,TopicMapReferenceIF,TransactionEventListenerIF
INTERNAL: An RDF file topic map reference.
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.entry.AbstractOntopolyURLReference
alwaysReindexOnLoad, ftmanagersFields inherited from class net.ontopia.topicmaps.entry.AbstractURLTopicMapReference
base_address, duplicate_suppression, indexDirectory, maintainFulltextIndexes, reuse_store, store, urlFields inherited from class net.ontopia.topicmaps.entry.AbstractTopicMapReference
deleted, id, isopen, listeners, source, title, topic_listeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected TopicMapReaderIFvoidsetGenerateNames(boolean generateNames) voidsetLenient(boolean lenient) voidsetMappingFile(String file) voidMethods inherited from class net.ontopia.topicmaps.entry.AbstractOntopolyURLReference
close, delete, deleteFullTextIndex, getAlwaysReindexOnLoad, getLastModifiedAt, getLastModifiedAt, loadTopicMap, open, reindexFulltextIndex, setAlwaysReindexOnLoad, synchronizeFulltextIndex, transactionAbort, transactionCommitMethods inherited from class net.ontopia.topicmaps.entry.AbstractURLTopicMapReference
createStore, getBaseAddress, getDuplicateSuppression, getIndexDirectory, getMaintainFulltextIndexes, getReuseStore, getURL, setBaseAddress, setDuplicateSuppression, setIndexDirectory, setMaintainFulltextIndexes, setReuseStore, setTopicListeners, toStringMethods inherited from class net.ontopia.topicmaps.entry.AbstractTopicMapReference
addTopicListener, clear, getId, getSource, getTitle, getTopicListeners, isDeleted, isOpen, makeListenerArray, registerTopicListeners, removeTopicListener, setId, setSource, setTitle, storeClosed
-
Constructor Details
-
RDFTopicMapReference
-
RDFTopicMapReference
-
-
Method Details
-
setMappingFile
- Since:
- 2.0.3
-
getMappingFile
- Since:
- 2.0.5
-
setSyntax
- Since:
- 2.0.3
-
getSyntax
- Since:
- 2.1
-
setLenient
public void setLenient(boolean lenient) - Since:
- 2.1
-
setGenerateNames
public void setGenerateNames(boolean generateNames) - Since:
- 2.0.5
-
getGenerateNames
public boolean getGenerateNames()- Since:
- 2.1
-
getImporter
- Specified by:
getImporterin classAbstractOntopolyURLReference
-