Package org.opengrok.indexer.analysis
Class NumLinesLOC
java.lang.Object
org.opengrok.indexer.analysis.NumLinesLOC
Represents an immutable data object that associates a file with its analyzed
number-of-lines and lines-of-code.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NumLinesLOC
-
-
Method Details
-
getPath
-
getNumLines
public long getNumLines() -
getLOC
public long getLOC()
-