Class ToolsRegistryOutputChannels

    • Method Detail

      • initialize

        public static void initialize​(String charsetName)
        To initialize the output channels for the tools registry.
      • addChannel

        public static void addChannel​(IOutputChannel out)
        To add an output channel.

        Parameters:
        out - The output channel to be added.
      • removeChannel

        public static void removeChannel​(IOutputChannel out)
        To remove an output channel.

        Parameters:
        out - The output channel to be removed.
      • contains

        public static boolean contains​(IOutputChannel out)
        To check if an output channel is already contained.

        Parameters:
        out - The output channel to be checked.

        Returns:
        true if such an output channel is found; false otherwise.
      • newPrintStream

        public static PrintStream newPrintStream()