Class AbstractSemanticGeneratorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.nasdanika.maven.AbstractCommandMojo
org.nasdanika.html.model.app.gen.maven.AbstractSemanticGeneratorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
SemanticSiteGeneratorMojo
Base class for Mojos performing different semantic generations - XMI, action, site.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringURI of the semantic model to load.protected 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 SemanticSiteGeneratorcreateSemanticSiteGenerator(org.nasdanika.common.Context context, org.nasdanika.common.ProgressMonitor progressMonitor) protected List<SiteGeneratorContributor>Methods inherited from class org.nasdanika.maven.AbstractCommandMojo
createCommand, createContext, createProgressMonitor, execute, execute, logDiagnosticMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
model
URI of the semantic model to load. Resolved relative to the project base directory -
parallel
If true, generation is performed in parallel threads.
-
-
Constructor Details
-
AbstractSemanticGeneratorMojo
public AbstractSemanticGeneratorMojo()
-
-
Method Details
-
getContributors
-
createSemanticSiteGenerator
protected SemanticSiteGenerator createSemanticSiteGenerator(org.nasdanika.common.Context context, org.nasdanika.common.ProgressMonitor progressMonitor)
-