Class NumLinesLOC

java.lang.Object
org.opengrok.indexer.analysis.NumLinesLOC

public class NumLinesLOC extends Object
Represents an immutable data object that associates a file with its analyzed number-of-lines and lines-of-code.
  • Constructor Details

    • NumLinesLOC

      public NumLinesLOC(String path, long numLines, long loc)
  • Method Details

    • getPath

      public String getPath()
    • getNumLines

      public long getNumLines()
    • getLOC

      public long getLOC()