Class WurbelMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.wurbelizer.maven.AbstractWurbelizerMojo
org.wurbelizer.maven.AbstractWurbelMojo
org.wurbelizer.maven.WurbelMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="wurbel",
defaultPhase=PROCESS_SOURCES,
configurator="set-classrealm",
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class WurbelMojo
extends AbstractWurbelMojo
Wurbel sources.
Scans the sources for @wurblet anchors and executes the wurblets. The generated code from the wurblets is merged into the sources.
Scans the sources for @wurblet anchors and executes the wurblets. The generated code from the wurblets is merged into the sources.
- Author:
- harald
-
Field Summary
Fields inherited from class AbstractWurbelizerMojo
charset, filesets, project, resourceDirs, session, skip, verbosity, verbosityLevelFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the directory for additional files generated by preceeding phases provided for wurblets.Gets the directory holding the sources to be wurbelized.Methods inherited from class AbstractWurbelMojo
createExtraProperties, createWurbler, execute, setClassRealm, validateMethods inherited from class AbstractWurbelizerMojo
determineEncoding, determineVerbosity, exportExtraProperties, findResourceDirs, getPathRelativeToBasedir, getResourceDirName, isSkippedMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
WurbelMojo
public WurbelMojo()
-
-
Method Details
-
getSourceDir
Description copied from class:AbstractWurbelMojoGets the directory holding the sources to be wurbelized.- Specified by:
getSourceDirin classAbstractWurbelMojo- Returns:
- the sources directory
-
getAnalyzeDir
Description copied from class:AbstractWurbelMojoGets the directory for additional files generated by preceeding phases provided for wurblets.- Specified by:
getAnalyzeDirin classAbstractWurbelMojo- Returns:
- the analyze-directory
-