Class Parameters

    • Field Detail

      • splicer

        public String splicer
        Char at the end of a line, signifying the line is continued on the next line (normally "\" or "_"). Can be a custom string too.

        Default: \ (backslash)

      • createPlaceholders

        public boolean createPlaceholders
        If in-line codes should be created for the dropped splicers and linebreaks of spliced lines Default: true (create in-line codes)
    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class Parameters