Interface ValidatorMojo

  • All Known Implementing Classes:
    SchemaValidatorMojo

    public interface ValidatorMojo
    Interface to abstract the Validator MOJO for the Validators.
    • 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()