|
Simian - Similarity Analyser v2.2.21 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.com.redhillconsulting.simian.SourceFile
public final class SourceFile
Represents a source file that was processed.
Method Summary | |
---|---|
java.lang.String |
getExtension()
Obtains the extension (eg "java", "cs", "cpp", etc). |
java.lang.String |
getFilename()
Obtains the name of the file. |
int |
getRawLineCount()
Obtains the number of lines in the file including comments, ignored lines, etc. |
int |
getSignificantLineCount()
Obtains the number of lines in the file excluding comments, ignored lines, etc. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getFilename()
public java.lang.String getExtension()
public int getRawLineCount()
public int getSignificantLineCount()
|
Simian - Similarity Analyser v2.2.21 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |