public class CompHelperGenerator
extends java.lang.Object
| Constructor and Description |
|---|
CompHelperGenerator() |
CompHelperGenerator(boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(java.lang.String contents)
TODO: DeRadification of the idiosynchratic formation of methods..
|
protected ComponentHelperInfo |
getFilePar(java.lang.String contents)
Method getFilePar.
|
protected void |
saveHelperClasses(ComponentHelperInfo compHelpInfo,
java.lang.String contents,
int fileNum)
Method saveHelperClasses.
|
public CompHelperGenerator()
public CompHelperGenerator(boolean verbose)
Constructor creates instances of the classes needed
for the generation of a helper class.protected ComponentHelperInfo getFilePar(java.lang.String contents)
contents - protected void saveHelperClasses(ComponentHelperInfo compHelpInfo, java.lang.String contents, int fileNum)
compHelpInfo - public void generate(java.lang.String contents)
Method generate. Generates a file by reading the xml specification.
contents -