Searched refs:mCmdStrings (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/utils/
H A DProcessExecutor.java56 private String[] mCmdStrings = null; field in class:ProcessExecutor
98 mCmdStrings = cmd;
102 for(int i=0; i<mCmdStrings.length; i++) {
104 mCmdStrings[i] =
105 mCmdStrings[i].replace(backSlashChar, fwdSlashChar);
107 mCmdStrings[i] =
108 mCmdStrings[i].replace(fwdSlashChar, backSlashChar);
183 Process subProcess = Runtime.getRuntime().exec(mCmdStrings);
257 Process subProcess = Runtime.getRuntime().exec(mCmdStrings);

Completed in 26 milliseconds