org.apache.maven.plugin.checkstyle
Class DefaultCheckstyleExecutor

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor
All Implemented Interfaces:
CheckstyleExecutor, LogEnabled

public class DefaultCheckstyleExecutor
extends AbstractLogEnabled
implements CheckstyleExecutor

Since:
2.5
Version:
$Id: DefaultCheckstyleExecutor.html 816663 2012-05-08 14:00:13Z hboutemy $
Author:
olamy
Plexus component:
role-hint:
"default"
instantiation-strategy:
"per-lookup"
role:
"org.apache.maven.plugin.checkstyle.CheckstyleExecutor"

Constructor Summary
DefaultCheckstyleExecutor()
           
 
Method Summary
 CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request)
           
 com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration(CheckstyleExecutorRequest request)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCheckstyleExecutor

public DefaultCheckstyleExecutor()
Method Detail

executeCheckstyle

public CheckstyleResults executeCheckstyle(CheckstyleExecutorRequest request)
                                    throws CheckstyleExecutorException,
                                           com.puppycrawl.tools.checkstyle.api.CheckstyleException
Specified by:
executeCheckstyle in interface CheckstyleExecutor
Returns:
CheckstyleResults
Throws:
CheckstyleExecutorException
com.puppycrawl.tools.checkstyle.api.CheckstyleException

getConfiguration

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


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