Interface CheckstyleOutput.File
-
- Enclosing interface:
- CheckstyleOutput
@Immutable public static interface CheckstyleOutput.File
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCheckstyleOutput.File.Builderstatic interfaceCheckstyleOutput.File.FileError
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CheckstyleOutput.File.Builderbuilder()java.util.List<CheckstyleOutput.File.FileError>errors()java.lang.Stringname()
-
-
-
Method Detail
-
name
java.lang.String name()
-
errors
java.util.List<CheckstyleOutput.File.FileError> errors()
-
builder
static CheckstyleOutput.File.Builder builder()
-
-