Represents the output of a Scan operation.
Encapsulates the result of scanning based on a {@link ScanRequest}. The scan results are available in a structure corresponding to the Java class hierarchy; i.e.:
package |_class |_field |_method | |_method parameter |_constructor |_constructor parameter
The tree of results can be iterated in this manner using {@link #getPackages()}. However, if a given {@link Weaver} is known not tohandle packages but some other element, convenience methods are provided here giving direct access to the various elements that may have been discovered.
|
|
|
|