Class Mergepoint


  • public class Mergepoint
    extends Object
    An merge point where the output of another outlet can be merged into the text generated by a outlet.
    • Constructor Detail

      • Mergepoint

        public Mergepoint​(String name)
        Constructor.
        Parameters:
        name - the name of the merge point, not null.
        Throws:
        NullPointerException - if the name is null.
    • Method Detail

      • getName

        public String getName()
        Returns the name of the merge point.
        Returns:
        the name of the merge point, never null.
      • toString

        public String toString()
        Returns a String representation of the Mergepoint for debugging purposes.
        Overrides:
        toString in class Object
        Returns:
        a String representation of the Mergepoint.
        See Also:
        Object.toString()