|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.flatpack.writer.AbstractWriterFactory
public abstract class AbstractWriterFactory
Constructor Summary | |
---|---|
protected |
AbstractWriterFactory()
|
protected |
AbstractWriterFactory(java.util.Map mapping)
|
protected |
AbstractWriterFactory(java.io.Reader mappingSrc)
|
Method Summary | |
---|---|
abstract Writer |
createWriter(java.io.Writer out)
|
protected java.util.Map |
getColumnMapping()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractWriterFactory()
protected AbstractWriterFactory(java.util.Map mapping)
protected AbstractWriterFactory(java.io.Reader mappingSrc) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected java.util.Map getColumnMapping()
public abstract Writer createWriter(java.io.Writer out) throws java.io.IOException
createWriter
in interface WriterFactory
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |