Class DocxMojo

  • All Implemented Interfaces:
    ParameterAdapter, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="docx")
    public class DocxMojo
    extends CfgLatexMojo
    Build documents in msword formats, above all docx from LaTeX sources for the goal docx which is not tied to a lifecycle phase.
    • Constructor Detail

      • DocxMojo

        public DocxMojo()
    • Method Detail

      • getTargetSet

        public SortedSet<Target> getTargetSet()
        Description copied from interface: ParameterAdapter
        Returns the set of target. FIXME: Better would be Enum set but best a sorted kind of EnumSet The set is an EnumSet and thus in a sense sorted, although not imlementing SortedSet: ***** The iterator returned by the iterator method traverses the elements in their natural order (the order in which the enum constants are declared). TODO: generalize to more than one target.
        Specified by:
        getTargetSet in interface ParameterAdapter
        Overrides:
        getTargetSet in class CfgLatexMojo