Class AbstractValidationMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.ultreia.java4all.validation.maven.plugin.AbstractValidationMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
GenerateValidatorsFileMojo,GenerateValidatorsMojo
public abstract class AbstractValidationMojo extends org.apache.maven.plugin.AbstractMojoAbstract Validation Mojo.Created on 27/01/2024.
- Since:
- 2.0.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description AbstractValidationMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncoding()org.apache.maven.project.MavenProjectgetProject()booleanisVerbose()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
getProject
public org.apache.maven.project.MavenProject getProject()
-
isVerbose
public boolean isVerbose()
-
getEncoding
public String getEncoding()
-
-