Uses of Class
com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Packages that use HandlerFactory Package Description com.puppycrawl.tools.checkstyle.checks.indentation Contains all classes required for the indentation check. -
-
Uses of HandlerFactory in com.puppycrawl.tools.checkstyle.checks.indentation
Fields in com.puppycrawl.tools.checkstyle.checks.indentation declared as HandlerFactory Modifier and Type Field Description private HandlerFactory
IndentationCheck. handlerFactory
Factory from which handlers are distributed.Methods in com.puppycrawl.tools.checkstyle.checks.indentation that return HandlerFactory Modifier and Type Method Description HandlerFactory
IndentationCheck. getHandlerFactory()
Accessor for the handler factory.
-