Class NewlineOutlet

    • Field Detail

      • CARRIAGE_RETURN

        public static final char CARRIAGE_RETURN
        The carriage return char '\r'.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NewlineOutlet

        public NewlineOutlet​(QualifiedName name)
        Constructor.
        Parameters:
        name - the qualified name of the outlet.
    • Method Detail

      • getCount

        public int getCount()
        Returns how many newlines should be created.
        Returns:
        how many newlines should be created.
      • setCount

        public void setCount​(int count)
        Sets how many newlines should be created.
        Parameters:
        count - how many newlines should be created.
      • isWindowsStyle

        public boolean isWindowsStyle()
        Returns whether windows newlines (\r\n) are used.
        Returns:
        whether windows newlines are used.
      • setWindowsStyle

        public void setWindowsStyle​(boolean windowsStyle)
        Sets whether windows newlines (\r\n) are used.
        Parameters:
        windowsStyle - whether windows newlines should be used.