com.sun.tools.doclets.internal.toolkit.util.links
Interface LinkOutput

All Known Implementing Classes:
LinkOutputImpl

public interface LinkOutput

Stores output of a link.

Since:
1.5

Method Summary
 void append(java.lang.Object o)
          Append the given object to the output.
 

Method Detail

append

void append(java.lang.Object o)
Append the given object to the output.

Parameters:
o - the object to append.