org.tm4j.topicmap.utils.TopicMapMerger .addSource(java.net.URL in)
Description
Constructs a TopicMapSource from the given URL and a corresponding Locator, and adds it to the list of sources. This is merely a convenience method which constructs an InputStream from the given URL, and then invokes #addSource(InputStream).
| 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 URL is inaccessible.
Meta Data (1)
Other Resources
Related Topics
Has Parameters
in
[
Parameter #1
]
