org.apache.maven.plugin.checkstyle.exec
Interface CheckstyleExecutor

All Known Implementing Classes:
DefaultCheckstyleExecutor

public interface CheckstyleExecutor

Since:
2.5
Version:
$Id: CheckstyleExecutor.java 1652792 2015-01-18 16:57:34Z hboutemy $
Author:
Olivier Lamy

Method Summary
 CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request)
           
 com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration(CheckstyleExecutorRequest request)
           
 

Method Detail

executeCheckstyle

CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request)
                                    throws CheckstyleExecutorException,
                                           com.puppycrawl.tools.checkstyle.api.CheckstyleException
Parameters:
request - CheckstyleExecutorRequest
Returns:
CheckstyleResults
Throws:
CheckstyleExecutorException
com.puppycrawl.tools.checkstyle.api.CheckstyleException

getConfiguration

com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration(CheckstyleExecutorRequest request)
                                                                   throws CheckstyleExecutorException
Throws:
CheckstyleExecutorException


Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.