Interface CheckstyleOutput.File.FileError
-
- Enclosing interface:
- CheckstyleOutput.File
@Immutable public static interface CheckstyleOutput.File.FileError
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCheckstyleOutput.File.FileError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CheckstyleOutput.File.FileError.Builderbuilder()java.lang.Integerline()java.lang.Stringmessage()java.lang.Stringseverity()
-
-
-
Method Detail
-
line
java.lang.Integer line()
-
severity
java.lang.String severity()
-
message
java.lang.String message()
-
builder
static CheckstyleOutput.File.FileError.Builder builder()
-
-