Package net.ontopia.topicmaps.entry


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.
  • Class
    Description
    INTERNAL: Common abstract superclass for sources that support what Ontopoly needs, which is full-text indexing and creation of new topic maps.
    INTERNAL: Common abstract superclass for references from sources that support what Ontopoly needs.
    INTERNAL: Abstract class implementing TopicMapSourceIF; locates topic map file references from a given directory on the local file system.
    INTERNAL: An abstract topic map reference class that contains methods that handles the id and title properties.
    INTERNAL: An abstract topic map reference class that retrieves topic maps referenced through URLs.
    INTERNAL: A convenience class that that maintains an arbitrary collection of topic map references.
    INTERNAL: An exception that is thrown when a topic map reference is accessed after the reference has been close.
    INTERNAL: TopicMapSourceIF that can reference individual topic map documents that contained in the classpath and can be loaded by a ClassLoader.
     
    INTERNAL: Registry of topicmap repositories that are to be shared between web applications.
    INTERNAL: A topic map reference that uses a topic map store factory to create stores.
    PUBLIC: Represents a reference to a topic map.
    PUBLIC: Class used to provide easy access to references from one or more topic map sources.
    PUBLIC: The primary access point to your topic maps.
    PUBLIC: Topic map sources collect references to topic maps.
    INTERNAL: This is the primary implementation of the TopicMapRepositoryIF interface.
    INTERNAL: TopicMapSourceIF that can reference individual topic map documents by their URL address.
    PUBLIC: Reads store configuration parameters from an XML file.