org.jfree.xml.generator
public class SplittingModelWriter extends ModelWriter
Constructor Summary | |
---|---|
SplittingModelWriter()
Creates a new instance. |
Method Summary | |
---|---|
static String | getPackage(Class c)
Returns the name of the package for the given class. |
void | write(String target)
Writes the model to the specified target.
|
Parameters: c the class for which we search the package.
Returns: the name of the package, never null.
Parameters: target the target file name.
Throws: IOException if there is an I/O problem.