Package com.github.dantwining.whitespace
Class WhitespaceUtils
java.lang.Object
com.github.dantwining.whitespace.WhitespaceUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddetectWhitespace(boolean verify, File searchBaseDirectory, String extensions, org.apache.maven.plugin.logging.Log mavenLog, String encoding) Detect whitespace.
-
Method Details
-
detectWhitespace
public static void detectWhitespace(boolean verify, File searchBaseDirectory, String extensions, org.apache.maven.plugin.logging.Log mavenLog, String encoding) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException Detect whitespace.- Parameters:
verify- the verifysearchBaseDirectory- the search base directoryextensions- the extensionsmavenLog- the maven logencoding- the character encoding used for resources- Throws:
org.apache.maven.plugin.MojoExecutionException- the mojo execution exceptionorg.apache.maven.plugin.MojoFailureException- the mojo failure exception
-