Interface CheckstyleExecutor
- All Known Implementing Classes:
DefaultCheckstyleExecutor
public interface CheckstyleExecutor
- Since:
- 2.5
-
Method Summary
Modifier and TypeMethodDescriptioncom.puppycrawl.tools.checkstyle.api.Configuration
-
Method Details
-
executeCheckstyle
CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request) throws CheckstyleExecutorException, com.puppycrawl.tools.checkstyle.api.CheckstyleException - Parameters:
request
-CheckstyleExecutorRequest
- Returns:
CheckstyleResults
- Throws:
CheckstyleExecutorException
- in case of an error during plugin execution.com.puppycrawl.tools.checkstyle.api.CheckstyleException
- in case of an error raised by Checkstyle.
-
getConfiguration
com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration(CheckstyleExecutorRequest request) throws CheckstyleExecutorException - Throws:
CheckstyleExecutorException
-