sugar4j.lang
Interface Adder

All Known Implementing Classes:
BuilderAdder

public interface Adder

The container of all add operations.

Version:
$Id: Adder.java,v 1.6 2008/02/12 00:44:52 krizzdewizz Exp $
Author:
krizzdewizz

Method Summary
 void add(String s)
          Adds the given string to this container.
 String getContent()
          Returns the content added so far.
 void setContent(String content)
          Replaces this content with the given content.
 

Method Detail

getContent

String getContent()
Returns the content added so far.

Returns:
String

add

void add(String s)
Adds the given string to this container.

Parameters:
s -

setContent

void setContent(String content)
Replaces this content with the given content.

Parameters:
content -