public class SplittingModelWriter extends ModelWriter
Constructor and Description |
---|
SplittingModelWriter()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getModel, getSafeTags, getWriterSupport, setModel, write, writeClassDescription, writeCloseComment, writeComment, writeManualMapping, writeMultiplexMapping, writeOpenComment, writeStandardComment, writeTag, writeTag, writeXMLHeader
public void write(String target) throws IOException
target
- the target file name.IOException
- if there is an I/O problem.public static String getPackage(Class c)
c
- the class for which we search the package.Copyright © 2001–2018 JFree.org. All rights reserved.