Uses of Interface com.puppycrawl.tools.checkstyle.api.FileSetCheck

Uses in package com.puppycrawl.tools.checkstyle.api

Classes implementing com.puppycrawl.tools.checkstyle.api.FileSetCheck

class
Provides common functionality for many FileSetChecks.

Uses in package com.puppycrawl.tools.checkstyle

Classes implementing com.puppycrawl.tools.checkstyle.api.FileSetCheck

class
Responsible for walking an abstract syntax tree and notifying interested checks at each each node.

Methods with parameter type com.puppycrawl.tools.checkstyle.api.FileSetCheck

void
Adds a FileSetCheck to the list of FileSetChecks that is executed in process().