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 ExecuteCommandUserFunctions. shellCommand(java.lang.String command)Executes a shell command.ExecuteCommandUserFunctions. shellCommand(java.lang.String command, java.lang.Object args)Executes a shell command with arguments.ExecuteCommandUserFunctions. shellCommand(java.lang.String command, java.lang.String cp, java.lang.Object args)Executes a shell command with encoding (codepage) and arguments.ExecuteCommandUserFunctions. shellCommandCP(java.lang.String command, java.lang.String cp)Executes a shell command with encoding (codepage).
-