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

Description

Determines whether or not an implementation of the specified Index interface is registered with this IndexManager.

Parameters
java.lang.String ixInterface The fully qualified class name of the index

Returns

True if the index with the name ixName is registered, false otherwise.

Other Resources

Related Topics

Has Parameters