rulebook
Toggle table of contents
0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rulebook
rulebook-checkstyle
/
com.hanggrian.rulebook.checkstyle.checks
/
RulebookFileCheck
Rulebook
File
Check
abstract
class
RulebookFileCheck
:
AbstractFileSetCheck
Rule that checks source code by the raw file.
Inheritors
DuplicateBlankLineCheck
UnnecessaryBlankLineBeforePackageCheck
Members
Constructors
Rulebook
File
Check
Link copied to clipboard
constructor
(
)
Properties
file
Contents
Link copied to clipboard
protected
var
fileContents
:
FileContents
?
file
Extensions
Link copied to clipboard
open
val
fileExtensions
:
Array
<
out
String
?
>
?
id
Link copied to clipboard
var
id
:
String
?
message
Dispatcher
Link copied to clipboard
protected
var
messageDispatcher
:
MessageDispatcher
?
severity
Link copied to clipboard
var
severity
:
String
?
severity
Level
Link copied to clipboard
val
severityLevel
:
SeverityLevel
?
tab
Width
Link copied to clipboard
protected
var
tabWidth
:
Int
violations
Link copied to clipboard
open
val
violations
:
SortedSet
<
Violation
?
>
?
Functions
begin
Processing
Link copied to clipboard
open
fun
beginProcessing
(
charset
:
String
?
)
configure
Link copied to clipboard
fun
configure
(
config
:
Configuration
?
)
contextualize
Link copied to clipboard
fun
contextualize
(
context
:
Context
?
)
destroy
Link copied to clipboard
open
fun
destroy
(
)
finish
Processing
Link copied to clipboard
open
fun
finishProcessing
(
)
init
Link copied to clipboard
open
fun
init
(
)
log
Link copied to clipboard
fun
log
(
line
:
Int
,
key
:
String
?
,
vararg
args
:
Any
?
)
fun
log
(
lineNo
:
Int
,
colNo
:
Int
,
key
:
String
?
,
vararg
args
:
Any
?
)
process
Link copied to clipboard
fun
process
(
file
:
File
?
,
fileText
:
FileText
?
)
:
SortedSet
<
Violation
?
>
?
set
File
Extensions
Link copied to clipboard
open
fun
setFileExtensions
(
vararg
extensions
:
String
?
)