|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.peaseplate.chunk.strategy.DefaultOutputStrategy
public class DefaultOutputStrategy
The default output strategy. If the object is not null, write it as string.
| Constructor Summary | |
|---|---|
DefaultOutputStrategy()
|
|
| Method Summary | |
|---|---|
void |
write(java.io.Writer writer,
java.lang.Object object)
Writes the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultOutputStrategy()
| Method Detail |
|---|
public void write(java.io.Writer writer,
java.lang.Object object)
throws java.io.IOException
OutputStrategy
write in interface OutputStrategywriter - the writerobject - the object
java.io.IOExceptionOutputStrategy.write(java.io.Writer, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||