net.ontopia.topicmaps.utils.rdf
Class RDFTopicMapReference

java.lang.Object
  extended by net.ontopia.topicmaps.entry.AbstractTopicMapReference
      extended by net.ontopia.topicmaps.entry.AbstractURLTopicMapReference
          extended by net.ontopia.topicmaps.utils.rdf.RDFTopicMapReference
All Implemented Interfaces:
TopicMapReferenceIF

public class RDFTopicMapReference
extends AbstractURLTopicMapReference

INTERNAL: An RDF file topic map reference.


Field Summary
 
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
RDFTopicMapReference(java.net.URL url, java.lang.String id, java.lang.String title)
           
RDFTopicMapReference(java.net.URL url, java.lang.String id, java.lang.String title, LocatorIF base_address, java.lang.String syntax)
           
 
Method Summary
 boolean getGenerateNames()
           
 java.lang.String getMappingFile()
           
 java.lang.String getSyntax()
           
protected  TopicMapIF loadTopicMap(boolean readonly)
           
 void setGenerateNames(boolean generateNames)
           
 void setLenient(boolean lenient)
           
 void setMappingFile(java.lang.String file)
           
 void setSyntax(java.lang.String syntax)
           
 
Methods inherited from class net.ontopia.topicmaps.entry.AbstractURLTopicMapReference
close, createStore, delete, getBaseAddress, getDuplicateSuppression, getIndexDirectory, getMaintainFulltextIndexes, getReuseStore, getURL, open, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDFTopicMapReference

public RDFTopicMapReference(java.net.URL url,
                            java.lang.String id,
                            java.lang.String title)

RDFTopicMapReference

public RDFTopicMapReference(java.net.URL url,
                            java.lang.String id,
                            java.lang.String title,
                            LocatorIF base_address,
                            java.lang.String syntax)
Method Detail

setMappingFile

public void setMappingFile(java.lang.String file)
Since:
2.0.3

getMappingFile

public java.lang.String getMappingFile()
Since:
2.0.5

setSyntax

public void setSyntax(java.lang.String syntax)
Since:
2.0.3

getSyntax

public java.lang.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

loadTopicMap

protected TopicMapIF loadTopicMap(boolean readonly)
                           throws java.io.IOException
Specified by:
loadTopicMap in class AbstractURLTopicMapReference
Throws:
java.io.IOException


Copyright © 2000-2012 Ontopia.