Package org.apache.felix.shell.impl
Class Activator.ExecutePrivileged
- java.lang.Object
-
- org.apache.felix.shell.impl.Activator.ExecutePrivileged
-
- All Implemented Interfaces:
java.security.PrivilegedExceptionAction
- Enclosing class:
- Activator
public static class Activator.ExecutePrivileged extends java.lang.Object implements java.security.PrivilegedExceptionAction
-
-
Constructor Summary
Constructors Constructor Description ExecutePrivileged(Command command, java.lang.String commandLine, java.io.PrintStream out, java.io.PrintStream err)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
run()
-
-
-
Constructor Detail
-
ExecutePrivileged
public ExecutePrivileged(Command command, java.lang.String commandLine, java.io.PrintStream out, java.io.PrintStream err) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-