Class GeneralCommandLineConstants


  • public final class GeneralCommandLineConstants
    extends Object

    Public constants related to forking new processes, creating custom scripts and parsing their output.

    Author:
    Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
    • Field Detail

      • KEY_STDSTREAMS_ENCODING

        public static final String KEY_STDSTREAMS_ENCODING

        Overrides the charset used when:

        • reading forked processes output, and
        • writing custom shell scripts.
        If the corresponding configuration parameter is not set, or contains an invalid charset name or alias, file.encoding system property is used. If file.encoding itself has an incorrect value, the charset returned by Charset.defaultCharset() is used.

        See Also:
        TW-4177, Constant Field Values