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, writeXMLHeaderpublic 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 © 2009-2012 jtstand.com. All Rights Reserved.