Package lib.reports.interfaces
Interface InterfaceReport
- All Superinterfaces:
Report
- All Known Subinterfaces:
ClassReport
- All Known Implementing Classes:
ClassReportImpl
,InterfaceReportImpl
Interface for interface report that extends from
Report
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMethodInfo
(MethodInfo methodInfo) Add aMethodInfo
to the reportGet a list of methods inside the item (class/interface)Methods inherited from interface lib.reports.interfaces.Report
getName, getSourceFullPath, setFullPath, setName
-
Method Details
-
getMethodsInfo
List<MethodInfo> getMethodsInfo()Get a list of methods inside the item (class/interface)- Returns:
- a
List
ofMethodInfo
-
addMethodInfo
Add aMethodInfo
to the report- Parameters:
methodInfo
- theMethodInfo
-