|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.oscg.jreleaseinfo.SourceGenerator
ch.oscg.jreleaseinfo.SourceGeneratorApp
public class SourceGeneratorApp
The SourceGenerator is a simple implementation of the
SourceGeneratorIF interface. In this class the code to be
generated is hard coded.
This implementation adds code which shows the
build information in a frame as default main-class of
the jar file.
This is usefull for libraries, which do not have a main-class
definition in the manifest.
| Constructor Summary | |
|---|---|
SourceGeneratorApp()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
createCode()
Utility method to write the class java code to a String. |
| Methods inherited from class ch.oscg.jreleaseinfo.SourceGenerator |
|---|
setClassName, setPackageName, setProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceGeneratorApp()
| Method Detail |
|---|
public java.lang.String createCode()
createCode in interface SourceGeneratorIFcreateCode in class SourceGenerator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||