Uses of Class
com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
Packages that use HandlerFactory
Package
Description
Contains all classes required for the
 indentation check.
- 
Uses of HandlerFactory in com.puppycrawl.tools.checkstyle.checks.indentationFields in com.puppycrawl.tools.checkstyle.checks.indentation declared as HandlerFactoryModifier and TypeFieldDescriptionprivate final HandlerFactoryIndentationCheck.handlerFactoryFactory from which handlers are distributed.Methods in com.puppycrawl.tools.checkstyle.checks.indentation that return HandlerFactoryModifier and TypeMethodDescriptionfinal HandlerFactoryIndentationCheck.getHandlerFactory()Accessor for the handler factory.