Package ch.ifocusit.livingdoc.plugin
Class DictionaryMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ch.ifocusit.livingdoc.plugin.baseMojo.AbstractAsciidoctorMojo
ch.ifocusit.livingdoc.plugin.baseMojo.AbstractDocsGeneratorMojo
ch.ifocusit.livingdoc.plugin.baseMojo.AbstractGlossaryMojo
ch.ifocusit.livingdoc.plugin.DictionaryMojo
- All Implemented Interfaces:
MappingRespository,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="dictionary",
requiresDependencyResolution=RUNTIME_PLUS_SYSTEM,
defaultPhase=PROCESS_CLASSES)
public class DictionaryMojo
extends AbstractGlossaryMojo
Glossary of domain objects in a title/content representation.
- Author:
- Julien Boz
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.ifocusit.livingdoc.plugin.baseMojo.AbstractAsciidoctorMojo
AbstractAsciidoctorMojo.Format -
Field Summary
Fields inherited from class ch.ifocusit.livingdoc.plugin.baseMojo.AbstractGlossaryMojo
asciiDocBuilder, HIBERNATE_VALIDATION_CONSTRAINTS, javaDocBuilder, JAVAX_VALIDATION_CONSTRAINTS, mappings, somethingWasGeneratedFields inherited from class ch.ifocusit.livingdoc.plugin.baseMojo.AbstractDocsGeneratorMojo
format, glossaryMapping, onlyAnnotated, packageRoot, repositorySystemFields inherited from class ch.ifocusit.livingdoc.plugin.baseMojo.AbstractAsciidoctorMojo
generatedDocsDirectory, PLANTUML_MACRO_NAME, project, TEMPLATES_OUTPUTFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ifocusit.livingdoc.plugin.baseMojo.AbstractGlossaryMojo
defaultFilter, executeMojo, getClasses, getMapping, hasAnnotationMethods inherited from class ch.ifocusit.livingdoc.plugin.baseMojo.AbstractDocsGeneratorMojo
appendTitle, appendTitle, createAsciiDocBuilder, write, write, writeMethods inherited from class ch.ifocusit.livingdoc.plugin.baseMojo.AbstractAsciidoctorMojo
createAsciidoctor, execute, extractTemplatesFromJar, getOutput, options, writeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DictionaryMojo
public DictionaryMojo()
-
-
Method Details
-
getOutputFilename
- Specified by:
getOutputFilenamein classAbstractDocsGeneratorMojo- Returns:
- the filename is defined by each mojo
-
getTitle
- Specified by:
getTitlein classAbstractGlossaryMojo- Returns:
- the document title is defined by each mojo
-
executeGlossaryMojo
Description copied from class:AbstractGlossaryMojoImplementation main method.- Specified by:
executeGlossaryMojoin classAbstractGlossaryMojo- Throws:
Exception
-