Package org.mule.weave.maven.plugin
Class WeaveDocsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.mule.weave.maven.plugin.AbstractWeaveMojo
-
- org.mule.weave.maven.plugin.WeaveDocsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
WeaveDeployDocsMojo,WeaveGenerateDocsMojo
public abstract class WeaveDocsMojo extends AbstractWeaveMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected WeaveDocsMojoConfigconfig-
Fields inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
altDeploymentRepository, dwTestFolder, dwTestResources, project, session, sourceFolder
-
-
Constructor Summary
Constructors Constructor Description WeaveDocsMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voiddoExecute()voidexecute()voidsetDocs(WeaveDocsMojoConfig config)-
Methods inherited from class org.mule.weave.maven.plugin.AbstractWeaveMojo
buildTestClassPathEnvironment, compileClasspathElements, getDeploymentRepository, testClasspathElements
-
-
-
-
Field Detail
-
config
@Parameter(name="docs") protected WeaveDocsMojoConfig config
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
doExecute
protected abstract void doExecute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
setDocs
public void setDocs(WeaveDocsMojoConfig config)
-
-