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
public class RDFTopicMapReference extends AbstractOntopolyURLReference
INTERNAL: An RDF file topic map reference.
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.entry.AbstractOntopolyURLReference
alwaysReindexOnLoad, ftmanagers
-
Fields inherited from class net.ontopia.topicmaps.entry.AbstractURLTopicMapReference
base_address, duplicate_suppression, indexDirectory, maintainFulltextIndexes, reuse_store, store, url
-
Fields inherited from class net.ontopia.topicmaps.entry.AbstractTopicMapReference
deleted, id, isopen, listeners, source, title, topic_listeners
-
-
Constructor Summary
Constructors Constructor Description RDFTopicMapReference(URL url, String id, String title)
RDFTopicMapReference(URL url, String id, String title, LocatorIF base_address, String syntax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getGenerateNames()
protected TopicMapReaderIF
getImporter()
String
getMappingFile()
String
getSyntax()
void
setGenerateNames(boolean generateNames)
void
setLenient(boolean lenient)
void
setMappingFile(String file)
void
setSyntax(String syntax)
-
Methods inherited from class net.ontopia.topicmaps.entry.AbstractOntopolyURLReference
close, delete, deleteFullTextIndex, getAlwaysReindexOnLoad, getLastModifiedAt, getLastModifiedAt, loadTopicMap, open, reindexFulltextIndex, setAlwaysReindexOnLoad, synchronizeFulltextIndex, transactionAbort, transactionCommit
-
Methods inherited from class net.ontopia.topicmaps.entry.AbstractURLTopicMapReference
createStore, getBaseAddress, getDuplicateSuppression, getIndexDirectory, getMaintainFulltextIndexes, getReuseStore, getURL, setBaseAddress, setDuplicateSuppression, setIndexDirectory, setMaintainFulltextIndexes, setReuseStore, setTopicListeners, toString
-
Methods inherited from class net.ontopia.topicmaps.entry.AbstractTopicMapReference
addTopicListener, clear, getId, getSource, getTitle, getTopicListeners, isDeleted, isOpen, makeListenerArray, registerTopicListeners, removeTopicListener, setId, setSource, setTitle, storeClosed
-
-
-
-
Method Detail
-
setMappingFile
public void setMappingFile(String file)
- Since:
- 2.0.3
-
getMappingFile
public String getMappingFile()
- Since:
- 2.0.5
-
setSyntax
public void setSyntax(String syntax)
- Since:
- 2.0.3
-
getSyntax
public String 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
protected TopicMapReaderIF getImporter()
- Specified by:
getImporter
in classAbstractOntopolyURLReference
-
-