Package lib.reports.interfaces
Interface Report
- All Known Subinterfaces:
ClassReport
,InterfaceReport
,PackageReport
- All Known Implementing Classes:
ClassReportImpl
,InterfaceReportImpl
,PackageReportImpl
public interface Report
Interface for report
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of the item (class/interface)Get the path from source rootvoid
setFullPath
(String interfaceFullPath) Set the path from source rootvoid
Set the name of the item (class/interface)
-
Method Details
-
getName
String getName()Get the name of the item (class/interface)- Returns:
- the name of the item
-
setName
Set the name of the item (class/interface)- Parameters:
name
- the name
-
getSourceFullPath
String getSourceFullPath()Get the path from source root- Returns:
- the path from source root
-
setFullPath
Set the path from source root- Parameters:
interfaceFullPath
- the path from source root
-