- getAuditListener() - Method in class com.harukizaemon.simian.Checker
-
Obtains the event auditListener to notify.
- getAuditListener() - Method in class com.harukizaemon.simian.StreamLoader
-
- getDescription() - Method in class com.harukizaemon.simian.Option
-
Obtains a description of the option and how it affects overall behaviour.
- getDuplicateBlockCount() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the number of duplicate blocks.
- getDuplicateFileCount() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the number of files containing duplicates.
- getDuplicateLineCount() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the number of duplicate lines.
- getDuplicateLinePercentage() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the number of duplicate lines as a percentage of duplicate line count.
- getEndLineNumber() - Method in interface com.harukizaemon.simian.Block
-
Obtains the ending line number of the block.
- getFilename() - Method in class com.harukizaemon.simian.SourceFile
-
Obtains the name of the file.
- getLineNumber() - Method in class com.harukizaemon.simian.CobolLineReader
-
- getName() - Method in class com.harukizaemon.simian.Language
-
Obtains the name of the language.
- getName() - Method in class com.harukizaemon.simian.Option
-
Obtains the name of the option.
- getOption(Option) - Method in class com.harukizaemon.simian.Options
-
Obtains the value of a specified option.
- getOptions() - Method in class com.harukizaemon.simian.Checker
-
Obtains the options controlling behaviour of the checker.
- getOptions() - Method in class com.harukizaemon.simian.Options
-
Obtains the value of all options that have been set/enabled.
- getParameters() - Method in class com.harukizaemon.simian.Option
-
Obtains a printable description of the possible parameters to the option.
- getProcessingTime() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the processing time (in milliseconds).
- getRawLineCount() - Method in class com.harukizaemon.simian.SourceFile
-
Obtains the number of lines in the file including comments, ignored lines, etc.
- getSignificantLineCount() - Method in class com.harukizaemon.simian.SourceFile
-
Obtains the number of lines in the file excluding comments, ignored lines, etc.
- getSourceFile() - Method in interface com.harukizaemon.simian.Block
-
Obtains the file containing the lines.
- getStartLineNumber() - Method in interface com.harukizaemon.simian.Block
-
Obtains the starting line number of the block.
- getThreshold() - Method in class com.harukizaemon.simian.Options
-
- getTotalFileCount() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the total number of files processed.
- getTotalRawLineCount() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the total number of raw source lines processed.
- getTotalSignificantLineCount() - Method in interface com.harukizaemon.simian.CheckSummary
-
Obtains the total number of significant source lines processed.
- GROOVY - Static variable in class com.harukizaemon.simian.Language
-
The Groovy language.