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

Description

Returns meta data about the specified index.

Parameters
java.lang.String ixInterface The fully qualified Java class name of the index interface to return meta data for.

Throws

Returns

An IndexMeta object containing the meta data for the index or null if no index with the name ixName is registered.

Other Resources

Related Topics

Has Parameters