Class AbstractGeneratorTask

    • Constructor Detail

      • AbstractGeneratorTask

        public AbstractGeneratorTask()
    • Method Detail

      • generate

        public void generate()
                      throws org.apache.maven.tools.plugin.generator.GeneratorException,
                             IOException,
                             org.codehaus.plexus.util.xml.pull.XmlPullParserException,
                             org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException,
                             org.apache.maven.tools.plugin.extractor.ExtractionException
        Throws:
        org.apache.maven.tools.plugin.generator.GeneratorException
        IOException
        org.codehaus.plexus.util.xml.pull.XmlPullParserException
        org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
        org.apache.maven.tools.plugin.extractor.ExtractionException
        See Also:
        AbstractGeneratorMojo.execute()
      • getGenerator

        @Internal
        protected abstract org.apache.maven.tools.plugin.generator.Generator getGenerator()
      • getEncoding

        public Property<String> getEncoding()
        The file encoding of the source files.
        See Also:
        AbstractGeneratorMojo.encoding
      • getGoalPrefix

        public Property<String> getGoalPrefix()
        The goal prefix that will appear before the ":".
        See Also:
        AbstractGeneratorMojo.goalPrefix
      • getSkipErrorNoDescriptorsFound

        public Property<Boolean> getSkipErrorNoDescriptorsFound()
        See Also:
        AbstractGeneratorMojo.skipErrorNoDescriptorsFound