org.tm4j.topicmap.index.IndexManager .getIndex(java.lang.String ixInterface)

Description

Returns the index which implements the specified interface

Parameters
java.lang.String ixInterface The fully qualified Java class name of the index interface to retrieve.

Throws

Returns

An Index object implementing the specified interface, or null if no such interface is registered with the IndexManager

Other Resources

Related Topics

Has Parameters