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
- CheckstyleExecutorRequest
CheckstyleResults
CheckstyleExecutorException
- 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
CheckstyleExecutorException
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.