Package org.apache.felix.shell.impl
Class Activator.ExecutePrivileged
- java.lang.Object
-
- org.apache.felix.shell.impl.Activator.ExecutePrivileged
-
- All Implemented Interfaces:
PrivilegedExceptionAction
- Enclosing class:
- Activator
public static class Activator.ExecutePrivileged extends Object implements PrivilegedExceptionAction
-
-
Constructor Summary
Constructors Constructor Description ExecutePrivileged(Command command, String commandLine, PrintStream out, PrintStream err)
-
-
-
Constructor Detail
-
ExecutePrivileged
public ExecutePrivileged(Command command, String commandLine, PrintStream out, PrintStream err) throws Exception
- Throws:
Exception
-
-
Method Detail
-
run
public Object run() throws Exception
- Specified by:
run
in interfacePrivilegedExceptionAction
- Throws:
Exception
-
-