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

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/services/systeminfo/
H A DLinuxSystemInfoProvider.java35 import com.sun.identity.diagnostic.base.core.utils.ProcessExecutor;
92 ProcessExecutor executor = new ProcessExecutor(meminfo_cmd);
152 ProcessExecutor executor = new ProcessExecutor(SWAPINFO_CMD);
186 ProcessExecutor archexecutor =
187 new ProcessExecutor(new String[]{"/bin/uname", "-m"});
206 ProcessExecutor executor =
207 new ProcessExecutor(new String[]{"/bin/domainname"});
H A DWindowsSystemInfoProvider.java33 import com.sun.identity.diagnostic.base.core.utils.ProcessExecutor;
100 ProcessExecutor archexecutor =
101 new ProcessExecutor(new String[]{"systeminfo"});
122 ProcessExecutor executor;
126 executor = new ProcessExecutor(new String[]{"ipconfig"});
139 executor = new ProcessExecutor(new String[]{"systeminfo"});
H A DSolarisSystemInfoProvider.java34 import com.sun.identity.diagnostic.base.core.utils.ProcessExecutor;
49 ProcessExecutor executor = new ProcessExecutor(
194 ProcessExecutor executor = new ProcessExecutor(
258 ProcessExecutor executor = new ProcessExecutor(swapSCommand);
355 ProcessExecutor archexecutor = new ProcessExecutor(
375 ProcessExecutor platformexecuto
[all...]
H A DPatchCommandExecutorForHpux.java40 import com.sun.identity.diagnostic.base.core.utils.ProcessExecutor;
64 ProcessExecutor executor = new ProcessExecutor(
H A DPatchCommandExecutor.java40 import com.sun.identity.diagnostic.base.core.utils.ProcessExecutor;
71 ProcessExecutor executor = new ProcessExecutor(
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/utils/
H A DProcessExecutor.java25 * $Id: ProcessExecutor.java,v 1.1 2008/11/22 02:19:58 ak138937 Exp $
46 public class ProcessExecutor { class
64 * Creates new ProcessExecutor
66 public ProcessExecutor(String[] cmd) { method in class:ProcessExecutor
71 * Creates new ProcessExecutor
73 public ProcessExecutor(String[] cmd, String[] inputLines) { method in class:ProcessExecutor
78 * Creates new ProcessExecutor
80 public ProcessExecutor(String[] cmd, long timeoutSeconds) { method in class:ProcessExecutor
85 * Creates a new <code> ProcessExecutor </code> that executes the given
93 public ProcessExecutor( method in class:ProcessExecutor
[all...]

Completed in 39 milliseconds