Uses of Class
org.tm4j.topicmap.index.IndexProviderException

Packages that use IndexProviderException
org.tm4j.topicmap.index Provides the core interface for a flexible indexing architecture. 
 

Uses of IndexProviderException in org.tm4j.topicmap.index
 

Subclasses of IndexProviderException in org.tm4j.topicmap.index
 class IndexConfigurationException
           
 

Methods in org.tm4j.topicmap.index that throw IndexProviderException
 void ConfigurableIndexProvider.initialise(TopicMap tm)
          The initialisation hook called by the IndexManager that manages this provider.
 Index ConfigurableIndexProvider.getIndex(java.lang.String interfaceName)
          Returns the index named interfaceName.
 void IndexProvider.initialise(TopicMap tm)
          Called by the topic map which contains this IndexManager This method will be invoked before any calls to other methods of this interface are invoked.
 IndexMeta IndexProvider.getIndexMeta(java.lang.String interfaceName)
          Returns an IndexMeta object providing meta data about the index which implements interfaceName
 Index IndexProvider.getIndex(java.lang.String interfaceName)
          Returns the Index implementation which supports the Java interface specified by interfaceName.