org.drools.clips
Class StringBuilderAppendable

java.lang.Object
  extended by org.drools.clips.StringBuilderAppendable
All Implemented Interfaces:
Appendable

public class StringBuilderAppendable
extends Object
implements Appendable


Field Summary
 StringBuilder builder
           
 
Constructor Summary
StringBuilderAppendable()
           
 
Method Summary
 void append(String string)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

builder

public StringBuilder builder
Constructor Detail

StringBuilderAppendable

public StringBuilderAppendable()
Method Detail

append

public void append(String string)
Specified by:
append in interface Appendable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.