Package com.cosium.code.format
Class FormatCodeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.cosium.code.format.AbstractMavenGitCodeFormatMojo
com.cosium.code.format.AbstractModuleMavenGitCodeFormatMojo
com.cosium.code.format.AbstractFormatMojo
com.cosium.code.format.FormatCodeMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="format-code",
defaultPhase=NONE,
threadSafe=true)
public class FormatCodeMojo
extends AbstractFormatMojo
Created on 07/11/17.
- Author:
- Reda.Housni-Alaoui
-
Field Summary
Fields inherited from class com.cosium.code.format.AbstractMavenGitCodeFormatMojo
HOOKS_DIRFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.cosium.code.format.AbstractFormatMojo
doExecuteMethods inherited from class com.cosium.code.format.AbstractModuleMavenGitCodeFormatMojo
executeMethods inherited from class com.cosium.code.format.AbstractMavenGitCodeFormatMojo
artifactId, codeFormatters, getOrCreateHooksDirectory, gitBaseDir, gitRepository, isExecutionRoot, pomFile, sourceDirs, targetDirMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
FormatCodeMojo
public FormatCodeMojo()
-
-
Method Details
-
process
- Specified by:
processin classAbstractFormatMojo
-