Class Generator
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ru.volnenko.maven.plugin.databasedoc.Generator
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate",
defaultPhase=COMPILE)
public final class Generator
extends org.apache.maven.plugin.AbstractMojo
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
serviceName
-
dataBaseInfo
-
headerFirstEnabled
@Parameter(property="headerFirstEnabled") public boolean headerFirstEnabled -
headerSecondEnabled
@Parameter(property="headerSecondEnabled") public boolean headerSecondEnabled -
tableOfContentsEnabled
@Parameter(property="tableOfContentsEnabled") public boolean tableOfContentsEnabled -
entityRelationDiagramEnabled
@Parameter(property="tableOfContentsEnabled") public boolean entityRelationDiagramEnabled -
entityRelationDiagramPhysicEnabled
@Parameter(property="entityRelationDiagramPhysicEnabled") public boolean entityRelationDiagramPhysicEnabled -
entityRelationDiagramLogicEnabled
@Parameter(property="entityRelationDiagramLogicEnabled") public boolean entityRelationDiagramLogicEnabled -
entityRelationDiagramInclude
@Parameter(property="entityRelationDiagramInclude") public boolean entityRelationDiagramInclude -
outputPath
-
outputJsonFile
-
outputJsonFileEnabled
-
outputYamlFile
-
outputYamlFileEnabled
-
outputFile
-
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
execute
public void execute() -
save
-