Hello Everyone,
There may already be a post about this, but I didn't see anything obvious, so I'm just going to ask. I created a reverse engineering class which does the small task I have already given it, but there's one problem: the output is not associated with a package. In the code gen config, there is a text box which allows me to supply this value. I've checked all the objects to which I have access and there is no getPackage() method. My class extends DefaultReverseEngineeringStrategy, so maybe the method is in another class? If I knew where the API was for all of these nifty classes, I might have an easier time looking there.
|