Class OutputDebugInfo

  • All Implemented Interfaces:
    DBHostable, GeneralAction, JEEHostable, OSHostable, Referenceable

    public final class OutputDebugInfo
    extends Action
    implements GeneralAction
    Sends developer-specified output to either the console or a file. Developers can output the entire contents of the InstallAnywhere variable manager, the install tree, Java properties, and other information related to the installation.
    • Constructor Detail

      • OutputDebugInfo

        public OutputDebugInfo()
    • Method Detail

      • setOutputToConsole

        public void setOutputToConsole​(boolean output)
        Whether to output the debug information to the console.
      • getOutputToConsole

        public boolean getOutputToConsole()
        Whether to output the debug information to the console.
      • setOutputToFile

        public void setOutputToFile​(boolean output)
        Whether to output the debug information to a file. The file path should be specified setting the filePath property.
      • getOutputToFile

        public boolean getOutputToFile()
        Whether to output the debug information to a file.
      • setFilePath

        public void setFilePath​(java.lang.String s)
        Define the path to the file where to output the debug information. The default path is $INSTALL_DRIVE_ROOT$$/$installer_debug.txt.
      • getFilePath

        public java.lang.String getFilePath()
        The path of the file where to output the debug information.
      • getDataToOutput

        public java.util.Vector<DebugInfoOptions> getDataToOutput()
        The Vector with the names of the modules to export the data from.