members application
Creates a report showing the inherited members as well as the imbedded members
of each class within the scope of the trek.
The command line arguments defined by the cref application are:
-exc modifier-list
One or more access modifiers, separated by semi-colons. A member is excluded from the
report if it was declared with any of the specified modifiers.
-inc modifier-list
One or more access modifiers, separated by semi-colons. A member is included in the report
if it was declared with any of the specified modifiers and was not excluded. For
example, specifyingexc final;static inc public would output all
public members, excluding those that were declared final or static.
-of filespec
The filespec where to output the members report. If omitted, the report is
displayed on the console.
|