Package eu.simuline.m2latex.mojo
Class DviMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- eu.simuline.m2latex.mojo.AbstractLatexMojo
-
- eu.simuline.m2latex.mojo.CfgLatexMojo
-
- eu.simuline.m2latex.mojo.DviMojo
-
- All Implemented Interfaces:
ParameterAdapter,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="dvi") public class DviMojo extends CfgLatexMojo
Builds DVI documents from LaTeX sources for the goaldviwhich is not tied to a lifecycle phase.
-
-
Field Summary
-
Fields inherited from class eu.simuline.m2latex.mojo.AbstractLatexMojo
baseDirectory, latexProcessor, settings, targetDirectory, targetSiteDirectory
-
-
Constructor Summary
Constructors Constructor Description DviMojo()
-
Method Summary
Modifier and Type Method Description SortedSet<Target>getTargetSet()Returns the set of target.-
Methods inherited from class eu.simuline.m2latex.mojo.CfgLatexMojo
execute
-
Methods inherited from class eu.simuline.m2latex.mojo.AbstractLatexMojo
initialize
-
-
-
-
Method Detail
-
getTargetSet
public SortedSet<Target> getTargetSet()
Description copied from interface:ParameterAdapterReturns 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:
getTargetSetin interfaceParameterAdapter- Overrides:
getTargetSetin classCfgLatexMojo
-
-