Uses of Class
edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.CommandResult
Packages that use GrouperInstallerUtils.CommandResult
-
Uses of GrouperInstallerUtils.CommandResult in edu.internet2.middleware.grouperInstaller.util
Methods in edu.internet2.middleware.grouperInstaller.util that return GrouperInstallerUtils.CommandResultModifier and TypeMethodDescriptionGrouperInstallerUtils.execCommand
(String[] arguments, boolean printProgress) This will execute a command (with args).GrouperInstallerUtils.execCommand
(String[] arguments, boolean exceptionOnExitValueNeZero, boolean printProgress) This will execute a command (with args).GrouperInstallerUtils.execCommand
(String[] arguments, boolean exceptionOnExitValueNeZero, boolean waitFor, boolean printProgress) This will execute a command (with args).GrouperInstallerUtils.execCommand
(String[] arguments, boolean exceptionOnExitValueNeZero, boolean waitFor, String[] envVariables, File workingDirectory, String outputFilePrefix, boolean printProgress) This will execute a command (with args).GrouperInstallerUtils.execCommand
(String[] arguments, boolean exceptionOnExitValueNeZero, boolean waitFor, String[] envVariables, File workingDirectory, String outputFilePrefix, boolean printOutputErrorAsReceived, boolean printProgress) This will execute a command (with args).GrouperInstallerUtils.execCommand
(String[] arguments, boolean exceptionOnExitValueNeZero, boolean waitFor, String[] envVariables, File workingDirectory, String outputFilePrefix, boolean printOutputErrorAsReceived, boolean printProgress, boolean logError) This will execute a command (with args).GrouperInstallerUtils.execCommand
(String command, boolean printProgress) This will execute a command, and split spaces for args (might not be what you want if you are using quotes)GrouperInstallerUtils.execCommand
(String command, String[] arguments, boolean printProgress) This will execute a command (with args).