Class JandexGoal

  • All Implemented Interfaces:
    org.apache.maven.plugin.Mojo

    public class JandexGoal
    extends Object
    implements org.apache.maven.plugin.Mojo
    Generate a Jandex index for classes compiled as part of the current project.
    Author:
    jdcasey
    • Constructor Detail

      • JandexGoal

        public JandexGoal()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)
      • isSkip

        public boolean isSkip()
      • setSkip

        public void setSkip​(boolean skip)
      • setLog

        public void setLog​(org.apache.maven.plugin.logging.Log log)
        Specified by:
        setLog in interface org.apache.maven.plugin.Mojo
      • getLog

        public org.apache.maven.plugin.logging.Log getLog()
        Specified by:
        getLog in interface org.apache.maven.plugin.Mojo
      • getIndexName

        public String getIndexName()
      • setIndexName

        public void setIndexName​(String indexName)