wt.index
Class IndexPolicyHelper

java.lang.Object
  extended by wt.index.IndexPolicyHelper
All Implemented Interfaces:
Externalizable, Serializable

public class IndexPolicyHelper
extends Object
implements Externalizable

Helper class that provides convient access to the Index Policy Manager functionality through its manager member.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static IndexPolicyManager manager
          Provides access to the IndexPolicyManager functionality.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public static final IndexPolicyManager manager
Provides access to the IndexPolicyManager functionality.

Supported API: true