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 HookTree
HookTree. getHookTree(AssemblyLineConfig alc)
Return a new HookTree for an AssemblyLineConfigstatic HookTree
HookTree. getHookTree(ConnectorConfig cc)
Return a new HookTree for a ConnectorConfigstatic HookTree
HookTree. getHookTree(ConnectorConfig cc, HookTree.Phase phase)
Return a new HookTree for a ConnectorConfig in a given Phase.static HookTree
HookTree. getHookTree(HooksConfig hc)
Return a new HookTree for a HooksConfig.
-