org.tm4j.panckoucke.store.StoreManager .loadTopicmap(java.lang.String src)

Description

Passes a request to load a Topicmap to PanckouckeStore, using the default TopicMapBuilder and the default TopicMapProvider Dependant on the implementation this method may return immediately, returning a TopicMapReference which is in the state of PENDING or OPENING.
The TopicMap will then be loaded assynchrounisly.
The TopicMap will be loaded into the Provider which is specified by the passed ProviderReference

Parameters
java.lang.String src specifies where to get the TopicMap from. src is firstly interpreted as an URL and if that fails as a path in the local filesystem If both attempts did not succeed, the state of the TopicMapReference changes to CORRUPTED.

Throws

Returns

a TopicMapReference which references the specified map. The reference may be in any state upon returning.

Other Resources

Related Topics

Has Parameters