Interface StdOutErrToFileMXBean

  • All Known Implementing Classes:
    StdOutErrToFile

    public interface StdOutErrToFileMXBean
    Configures System.out and System.err to redirect to a file.
    • Method Detail

      • setEnabled

        void setEnabled​(boolean enable)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getEnabled

        boolean getEnabled()
      • setFile

        void setFile​(java.lang.String path)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • getFile

        java.lang.String getFile()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • printSystemProperties

        void printSystemProperties()