Class EolSystem

    • Constructor Detail

      • EolSystem

        public EolSystem()
    • Method Detail

      • getOut

        public java.io.PrintStream getOut()
      • getErr

        public java.io.PrintStream getErr()
      • getPlatformProperty

        public java.lang.String getPlatformProperty​(java.lang.String property)
      • executeNative

        public static final java.lang.String executeNative​(java.lang.String command)
                                                    throws java.io.IOException
        Parameters:
        command -
        Returns:
        Throws:
        java.io.IOException
        Since:
        2.2
      • executeNative

        public static final java.lang.String executeNative​(java.lang.String... commands)
                                                    throws java.io.IOException
        Parameters:
        commands -
        Returns:
        Throws:
        java.io.IOException
        Since:
        2.2
      • executeNativeAsync

        public static final java.lang.Process executeNativeAsync​(java.lang.String command)
                                                          throws java.io.IOException
        Parameters:
        command -
        Returns:
        Throws:
        java.io.IOException
        Since:
        2.2
      • executeNativeAsync

        public static final java.lang.Process executeNativeAsync​(java.lang.String... commands)
                                                          throws java.io.IOException
        Parameters:
        commands -
        Returns:
        Throws:
        java.io.IOException
        Since:
        2.2