org.tm4j.topicmap.index.IndexProvider .getIndex(java.lang.String interfaceName)

Description

Returns the Index implementation which supports the Java interface specified by interfaceName.

Parameters
java.lang.String interfaceName The fully qualified Java class name of the index interface to be returned.

Throws

Returns

The Index object which implements the named interface

Other Resources

Related Topics

Has Parameters