public class BundleGenerator extends Object
ResourceBundle
.
|
Constructor and Description |
---|
BundleGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
generateJava(Module module,
Implementation implementation,
Writer writer)
Generates a java source file for a bundle.
|
public BundleGenerator()
public void generateJava(Module module, Implementation implementation, Writer writer) throws Exception
module
- the module defining the bundle
.implementation
- the implementation to generate a java source file
for.writer
- the writer to write the java source file to.Exception
- if generating the bundle fails.Copyright © 2005-2012 jDTAUS. All Rights Reserved.