org.apache.felix.shell.impl
Class Activator.ExecutePrivileged

java.lang.Object
  extended by 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
Activator.ExecutePrivileged(Command command, String commandLine, PrintStream out, PrintStream err)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator.ExecutePrivileged

public Activator.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 interface PrivilegedExceptionAction
Throws:
Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.