Uses of Class
com.ibm.di.function.ExecuteCommand
-
Packages that use ExecuteCommand Package Description com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator. -
-
Uses of ExecuteCommand in com.ibm.di.function
Methods in com.ibm.di.function that return ExecuteCommand Modifier and Type Method Description ExecuteCommand
UserFunctions. shellCommand(java.lang.String command)
Executes a shell command.ExecuteCommand
UserFunctions. shellCommand(java.lang.String command, java.lang.Object args)
Executes a shell command with arguments.ExecuteCommand
UserFunctions. shellCommand(java.lang.String command, java.lang.String cp, java.lang.Object args)
Executes a shell command with encoding (codepage) and arguments.ExecuteCommand
UserFunctions. shellCommandCP(java.lang.String command, java.lang.String cp)
Executes a shell command with encoding (codepage).
-