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 Type
    Method
    Description
    Get the name of the item (class/interface)
    Get the path from source root
    void
    setFullPath(String interfaceFullPath)
    Set the path from source root
    void
    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

      void setName(String name)
      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

      void setFullPath(String interfaceFullPath)
      Set the path from source root
      Parameters:
      interfaceFullPath - the path from source root