Uses of Class
com.ibm.di.util.HookTree
-
Packages that use HookTree Package Description com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of HookTree in com.ibm.di.util
Methods in com.ibm.di.util that return HookTree Modifier and Type Method Description static HookTreeHookTree. getHookTree(AssemblyLineConfig alc)Return a new HookTree for an AssemblyLineConfigstatic HookTreeHookTree. getHookTree(ConnectorConfig cc)Return a new HookTree for a ConnectorConfigstatic HookTreeHookTree. getHookTree(ConnectorConfig cc, HookTree.Phase phase)Return a new HookTree for a ConnectorConfig in a given Phase.static HookTreeHookTree. getHookTree(HooksConfig hc)Return a new HookTree for a HooksConfig.
-