Class NullableNumLinesLOC

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

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

    • NullableNumLinesLOC

      public NullableNumLinesLOC(String path, Long numLines, Long loc)
  • Method Details

    • getPath

      public String getPath()
    • getNumLines

      public Long getNumLines()
    • getLOC

      public Long getLOC()