Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • run

        public java.lang.Object run()
                             throws java.lang.Exception
        Specified by:
        run in interface java.security.PrivilegedExceptionAction
        Throws:
        java.lang.Exception