|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.generator.ModelWriter
org.jfree.xml.generator.SplittingModelWriter
public class SplittingModelWriter
A model writer that writes to multiple files.
Constructor Summary | |
---|---|
SplittingModelWriter()
Creates a new instance. |
Method Summary | |
---|---|
static java.lang.String |
getPackage(java.lang.Class c)
Returns the name of the package for the given class. |
void |
write(java.lang.String target)
Writes the model to the specified target. |
Methods inherited from class org.jfree.xml.generator.ModelWriter |
---|
getModel, getSafeTags, getWriterSupport, setModel, write, writeClassDescription, writeCloseComment, writeComment, writeManualMapping, writeMultiplexMapping, writeOpenComment, writeStandardComment, writeTag, writeTag, writeXMLHeader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplittingModelWriter()
Method Detail |
---|
public void write(java.lang.String target) throws java.io.IOException
target
- the target file name.
java.io.IOException
- if there is an I/O problem.public static java.lang.String getPackage(java.lang.Class c)
c
- the class for which we search the package.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |