|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.generator.DescriptionGenerator
public final class DescriptionGenerator
A utility application for generating class descriptions.
Constructor Summary | |
---|---|
DescriptionGenerator()
|
Method Summary | |
---|---|
static DescriptionModel |
generate(String source,
Properties configuration,
DescriptionModel model)
Generates a DescriptionModel from the specified source. |
static void |
main(String[] args)
Runs the generator, using the 'generator.properties' file for configuration info. |
static void |
writeMultiFile(String target,
DescriptionModel model)
Writes the class description model to multiple files. |
static void |
writeSingleFile(String target,
DescriptionModel model)
Writes the class description model to a single file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptionGenerator()
Method Detail |
---|
public static void main(String[] args) throws Exception
args
- command line arguments.
Exception
- if something goes wrong!public static DescriptionModel generate(String source, Properties configuration, DescriptionModel model)
DescriptionModel
from the specified source.
source
- the source directory.configuration
- the configuration properties.model
- the model (null
permitted).
public static void writeSingleFile(String target, DescriptionModel model) throws IOException
target
- the target file name.model
- the class description model.
IOException
- if there is an I/O problem.public static void writeMultiFile(String target, DescriptionModel model) throws IOException
target
- the target file name.model
- the class description model.
IOException
- if there is an I/O problem.
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |