|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.entry.AbstractPathTopicMapSource
net.ontopia.topicmaps.utils.rdf.RDFPathTopicMapSource
public class RDFPathTopicMapSource
INTERNAL: Source that locates RDF files in a directory on the file system.
| Constructor Summary | |
|---|---|
RDFPathTopicMapSource()
|
|
RDFPathTopicMapSource(java.lang.String path,
java.io.FileFilter filter)
|
|
RDFPathTopicMapSource(java.lang.String path,
java.lang.String suffix)
|
|
| Method Summary | |
|---|---|
void |
setGenerateNames(java.lang.String yesno)
INTERNAL: Tells the source to generate names based on their URIs for topics which are nameless after the conversion. |
void |
setLenient(java.lang.String yesno)
INTERNAL: Makes the RDF reader lenient, so that it will overlook certain kinds of errors. |
void |
setMappingFile(java.lang.String file)
INTERNAL: Sets the mapping file which will be used to convert the RDF files found by this source to topic maps. |
void |
setSyntax(java.lang.String syntax)
INTERNAL: Sets the syntax the source will read. |
| Methods inherited from class net.ontopia.topicmaps.entry.AbstractPathTopicMapSource |
|---|
accept, createTopicMap, getBase, getBaseAddress, getDuplicateSuppression, getFileFilter, getHidden, getId, getPath, getReferences, getSuffix, getTitle, refresh, setBase, setBaseAddress, setDuplicateSuppression, setFileFilter, setHidden, setId, setPath, setSuffix, setTitle, supportsCreate, supportsDelete |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFPathTopicMapSource()
public RDFPathTopicMapSource(java.lang.String path,
java.lang.String suffix)
public RDFPathTopicMapSource(java.lang.String path,
java.io.FileFilter filter)
| Method Detail |
|---|
public void setSyntax(java.lang.String syntax)
public void setMappingFile(java.lang.String file)
file - A file name or URI.public void setGenerateNames(java.lang.String yesno)
public void setLenient(java.lang.String yesno)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||