| java.lang.Object org.jfree.xml.generator.DescriptionGenerator
DescriptionGenerator | final public class DescriptionGenerator (Code) | | A utility application for generating class descriptions.
|
main | public static void main(String[] args) throws Exception(Code) | | Runs the generator, using the 'generator.properties' file for configuration info.
Parameters: args - command line arguments. throws: Exception - if something goes wrong! |
writeMultiFile | public static void writeMultiFile(String target, DescriptionModel model) throws IOException(Code) | | Writes the class description model to multiple files.
Parameters: target - the target file name. Parameters: model - the class description model. throws: IOException - if there is an I/O problem. |
writeSingleFile | public static void writeSingleFile(String target, DescriptionModel model) throws IOException(Code) | | Writes the class description model to a single file.
Parameters: target - the target file name. Parameters: model - the class description model. throws: IOException - if there is an I/O problem. |
|
|