org.tm4j.topicmap.utils.TopicMapMerger .addSource(java.io.File in)
Description
Constructs a TopicMapSource from the given File and a corresponding Locator, and adds it to the list of sources. This is merely a convenience method which constructs a URL from the given File, and then invokes #addSource(URL).
| Parameters | ||
|---|---|---|
| java.io.File | in |
the URL from which to read the topic map. Must not be
null.
the file from which to read the topic map. Must not be
null.
the stream from which to read the topic map. Must not be
null.
|
Throws
- java.io.IOException - if the file representing the topic map cannot be accessed.
Meta Data (1)
Other Resources
Related Topics
Has Parameters
in
[
Parameter #1
]
