public interface CheckstyleExecutor
| Modifier and Type | Method and Description |
|---|---|
CheckstyleResults |
executeCheckstyle(CheckstyleExecutorRequest request) |
com.puppycrawl.tools.checkstyle.api.Configuration |
getConfiguration(CheckstyleExecutorRequest request) |
CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request) throws CheckstyleExecutorException, com.puppycrawl.tools.checkstyle.api.CheckstyleException
request - CheckstyleExecutorRequestCheckstyleResultsCheckstyleExecutorException - in case of an error during plugin execution.com.puppycrawl.tools.checkstyle.api.CheckstyleException - in case of an error raised by Checkstyle.com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration(CheckstyleExecutorRequest request) throws CheckstyleExecutorException
CheckstyleExecutorExceptionCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.