Model generator based on a class file
Brought to you by:
hotzst
Add a model representing a java class.
Initialize this model by reflecting on a *.class input file.
From this basis a JET is imaginable that implements the methods defined if the input file defined an interface or overrides the abstract method, if the model represents an abstract class.
For this enhancement a new model class is needed that implements IGeneratedJavaClass2 and holds a list of members (private members of this class and inherited members of the super classes)
The input file should be given as fully qualified class name with a .class ending.
The data model will be of the type ch.sahits.model.java.SimpleBean
Implemented with [2741].
Related
Commit: [r2741]