org.apache.maven.plugin.checkstyle
Class DefaultCheckstyleExecutor
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor
- All Implemented Interfaces:
- CheckstyleExecutor, org.codehaus.plexus.logging.LogEnabled
public class DefaultCheckstyleExecutor
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements CheckstyleExecutor
- Since:
- 2.5
- Version:
- $Id: DefaultCheckstyleExecutor.java 882318 2009-11-19 22:03:54Z olamy $
- Author:
- olamy
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 |
DefaultCheckstyleExecutor
public DefaultCheckstyleExecutor()
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-2012 Apache Software Foundation. All Rights Reserved.