Package net.ontopia.topicmaps.entry
High level interfaces for locating and maintaining references to
topic maps. This package also contains several general implementations
of the source and reference interfaces.
-
Interface Summary Interface Description TopicMapReferenceIF PUBLIC: Represents a reference to a topic map.TopicMapRepositoryIF PUBLIC: Class used to provide easy access to references from one or more topic map sources.TopicMapSourceIF PUBLIC: Topic map sources collect references to topic maps. -
Class Summary Class Description AbstractOntopolyTopicMapSource INTERNAL: Common abstract superclass for sources that support what Ontopoly needs, which is full-text indexing and creation of new topic maps.AbstractOntopolyURLReference INTERNAL: Common abstract superclass for references from sources that support what Ontopoly needs.AbstractPathTopicMapSource INTERNAL: Abstract class implementing TopicMapSourceIF; locates topic map file references from a given directory on the local file system.AbstractTopicMapReference INTERNAL: An abstract topic map reference class that contains methods that handles the id and title properties.AbstractURLTopicMapReference INTERNAL: An abstract topic map reference class that retrieves topic maps referenced through URLs.DefaultTopicMapSource INTERNAL: A convenience class that that maintains an arbitrary collection of topic map references.ResourceTopicMapSource INTERNAL: TopicMapSourceIF that can reference individual topic map documents that contained in the classpath and can be loaded by a ClassLoader.SharedStoreRegistry INTERNAL: Registry of topicmap repositories that are to be shared between web applications.StoreFactoryReference INTERNAL: A topic map reference that uses a topic map store factory to create stores.TopicMaps PUBLIC: The primary access point to your topic maps.TopicMapSourceManager INTERNAL: This is the primary implementation of the TopicMapRepositoryIF interface.URLTopicMapSource INTERNAL: TopicMapSourceIF that can reference individual topic map documents by their URL address.XMLConfigSource PUBLIC: Reads store configuration parameters from an XML file. -
Enum Summary Enum Description ResourceTopicMapSource.REF_TYPE -
Exception Summary Exception Description ReferenceNotOpenException INTERNAL: An exception that is thrown when a topic map reference is accessed after the reference has been close.