org.apache.maven.plugin.checkstyle
Interface CheckstyleExecutor

All Known Implementing Classes:
DefaultCheckstyleExecutor

public interface CheckstyleExecutor

Since:
2.5
Version:
$Id$
Author:
olamy

Method Summary
 CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request)
           
 

Method Detail

executeCheckstyle

CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request)
                                    throws CheckstyleExecutorException,
                                           CheckstyleException
Parameters:
{@link - CheckstyleExecutorRequest}
Returns:
CheckstyleResults
Throws:
CheckstyleExecutorException
CheckstyleException


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.