|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TopicMapBuilderFactory
An interface for a factory for TopicMapBuilder objects.
| Field Summary | |
|---|---|
static String |
PROPERTY_BUILDER_CLASS
The property name of the TopicMapBuilder implementing class. |
| Method Summary | |
|---|---|
TopicMapBuilder |
getTopicMapBuilder(Object identifier)
Returns either a new or existing TopicMapBuilder for a TMAPI TopicMap whose base URI is provided by the Object identifier, which can be a File, a URL, TMAPI Locator, String, or any Object whose toString() method returns a String that conforms to the specification of a URI. |
boolean |
removeTopicMapBuilder(Object identifier)
Using the same identification approach as getTopicMapBuilder(Object),
removes the identified TopicMapBuilder from the internal builder cache. |
| Field Detail |
|---|
static final String PROPERTY_BUILDER_CLASS
| Method Detail |
|---|
TopicMapBuilder getTopicMapBuilder(Object identifier)
throws TopicMapException
identifier - the base URI of the TopicMap as a File, URL, Locator, String, or Object.
TopicMapException
boolean removeTopicMapBuilder(Object identifier)
throws TopicMapException
getTopicMapBuilder(Object),
removes the identified TopicMapBuilder from the internal builder cache.
identifier - the base URI of the TopicMap as a File, URL, Locator,
String, or Object; or the TopicMap itself.
TopicMapException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||