public static class Activator.ExecutePrivileged
extends java.lang.Object
implements java.security.PrivilegedExceptionAction
Modifier and Type | Field and Description |
---|---|
private Command |
m_command |
private java.lang.String |
m_commandLine |
private java.io.PrintStream |
m_err |
private java.io.PrintStream |
m_out |
Constructor and Description |
---|
ExecutePrivileged(Command command,
java.lang.String commandLine,
java.io.PrintStream out,
java.io.PrintStream err) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
run() |
private Command m_command
private java.lang.String m_commandLine
private java.io.PrintStream m_out
private java.io.PrintStream m_err
public ExecutePrivileged(Command command, java.lang.String commandLine, java.io.PrintStream out, java.io.PrintStream err) throws java.lang.Exception
java.lang.Exception