com.amazon.carbonado.util
Interface Appender

All Known Subinterfaces:
JDBCStorableProperty<S>, StorableKey<S>, StorableProperty<S>
All Known Implementing Classes:
AbstractQuery, AndFilter, BinaryOpFilter, ChainedProperty, ClosedFilter, EmptyQuery, ExistsFilter, Filter, FilterValues, OpenFilter, OrderedProperty, OrFilter, PropertyFilter, StandardQuery, StorableIndex

public interface Appender

Interface that supports an alternate way of providing a string representation for an object.

Author:
Brian S O'Neill

Method Summary
 void appendTo(Appendable appendable)
          Append the string representation of this object to the given Appendable.
 

Method Detail

appendTo

void appendTo(Appendable appendable)
              throws IOException
Append the string representation of this object to the given Appendable.

Parameters:
appendable - Appendable object to receive string representation
Throws:
IOException - if thrown from given Appendable
NullPointerException - if appendable is null


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.