Uses of Interface
com.puppycrawl.tools.checkstyle.checks.indentation.IndentationLogger
Packages that use IndentationLogger
Package
Description
Contains all classes required for the
indentation check.
-
Uses of IndentationLogger in com.puppycrawl.tools.checkstyle.checks.indentation
Fields in com.puppycrawl.tools.checkstyle.checks.indentation declared as IndentationLoggerModifier and TypeFieldDescriptionprivate final IndentationLoggerIndentationContext.loggerSink for indentation violations.Constructors in com.puppycrawl.tools.checkstyle.checks.indentation with parameters of type IndentationLoggerModifierConstructorDescription(package private)IndentationContext(int basicOffset, int braceAdjustment, int caseIndent, int throwsIndent, int arrayInitIndent, int lineWrappingIndentation, boolean forceStrictCondition, int indentationTabWidth, IntFunction<String> lineProvider, HandlerFactory handlerFactory, LineWrappingHandler lineWrappingHandler, IndentationLogger logger) Construct a context with all values handlers need for one file.