Class LinkOutputImpl

java.lang.Object
gw.gosudoc.com.sun.tools.doclets.formats.html.LinkOutputImpl
All Implemented Interfaces:
LinkOutput

@Deprecated public class LinkOutputImpl extends Object implements LinkOutput
Deprecated.
Stores output of a link.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Since:
1.5
  • Field Details

    • output

      public StringBuilder output
      Deprecated.
      The output of the link.
  • Constructor Details

    • LinkOutputImpl

      public LinkOutputImpl()
      Deprecated.
      Construct a new LinkOutputImpl.
  • Method Details

    • append

      public void append(Object o)
      Deprecated.
      Append the given object to the output.
      Specified by:
      append in interface LinkOutput
      Parameters:
      o - the object to append.
    • insert

      public void insert(int offset, Object o)
      Deprecated.
      Insert the given object into the output sequence.
      Specified by:
      insert in interface LinkOutput
      Parameters:
      offset - the offset.
      o - the object to be inserted.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object