Interface ValidatorMojo
-
- All Known Implementing Classes:
SchemaValidatorMojo
public interface ValidatorMojoInterface to abstract the Validator MOJO for the Validators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetGeneratedAvscTarget()org.apache.maven.plugin.logging.LoggetLog()org.apache.maven.project.MavenProjectgetMavenProject()org.apache.maven.execution.MavenSessiongetMavenSession()org.eclipse.aether.RepositorySystemgetRepoSystem()FilegetTarget()Map<String,String>getValidatorConfigs()
-
-
-
Method Detail
-
getRepoSystem
org.eclipse.aether.RepositorySystem getRepoSystem()
-
getMavenSession
org.apache.maven.execution.MavenSession getMavenSession()
-
getMavenProject
org.apache.maven.project.MavenProject getMavenProject()
-
getGeneratedAvscTarget
File getGeneratedAvscTarget()
-
getTarget
File getTarget()
-
getLog
org.apache.maven.plugin.logging.Log getLog()
-
-