Class ActionSiteGeneratorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.nasdanika.maven.AbstractCommandMojo
org.nasdanika.html.model.app.gen.maven.ActionSiteGeneratorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-action-site",
defaultPhase=SITE)
public class ActionSiteGeneratorMojo
extends org.nasdanika.maven.AbstractCommandMojo
Generates action site.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanIf true, generation is performed in parallel threads.Fields inherited from class org.nasdanika.maven.AbstractCommandMojo
projectFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionSiteGeneratorcreateActionSiteGenerator(org.nasdanika.common.Context context, org.nasdanika.common.ProgressMonitor progressMonitor) protected voidexecute(org.nasdanika.common.Context context, org.nasdanika.common.ProgressMonitor progressMonitor) protected booleanisDeleteOutputPath(String path) Methods inherited from class org.nasdanika.maven.AbstractCommandMojo
createCommand, createContext, createProgressMonitor, execute, logDiagnosticMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
parallel
If true, generation is performed in parallel threads.
-
-
Constructor Details
-
ActionSiteGeneratorMojo
public ActionSiteGeneratorMojo()
-
-
Method Details
-
execute
protected void execute(org.nasdanika.common.Context context, org.nasdanika.common.ProgressMonitor progressMonitor) - Specified by:
executein classorg.nasdanika.maven.AbstractCommandMojo
-
isDeleteOutputPath
-
createActionSiteGenerator
protected ActionSiteGenerator createActionSiteGenerator(org.nasdanika.common.Context context, org.nasdanika.common.ProgressMonitor progressMonitor)
-