Package org.apache.camel.maven.packaging
Class AbstractGenerateConfigurerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.maven.packaging.AbstractGeneratorMojo
-
- org.apache.camel.maven.packaging.AbstractGenerateConfigurerMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
GenerateConfigurerMojo
,GenerateTestConfigurerMojo
public abstract class AbstractGenerateConfigurerMojo extends AbstractGeneratorMojo
Abstract class for configurer generator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractGenerateConfigurerMojo.ConfigurerOption
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.jandex.DotName
CONFIGURER
protected boolean
discoverClasses
Whether to discover configurer classes from classpath by scanning for @Configurer annotations.-
Fields inherited from class org.apache.camel.maven.packaging.AbstractGeneratorMojo
buildContext, GENERATED_MSG, NL, project, projectHelper
-
-
Constructor Summary
Constructors Constructor Description AbstractGenerateConfigurerMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(File sourcesOutputDir, File resourcesOutputDir, List<String> classes, boolean testClasspathOnly)
-
Methods inherited from class org.apache.camel.maven.packaging.AbstractGeneratorMojo
addResourceDirectory, cache, createProperties, createProperties, execute, getProjectClassLoader, haveResourcesChanged, loadClass, refresh, refresh, updateResource, updateResource
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-