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

Description

Returns the index named interfaceName. If this interface has not been previously configured and it implements the ConfigurableIndex interface, then the configure() method of that interface will be invoked before returning the Index to the caller.

Parameters
java.lang.String interfaceName the name of the index to return.

Throws

Other Resources

Related Topics

Has Parameters