Package eu.simuline.m2latex.core
-
Interface Summary Interface Description LogWrapper Common interface for logging in ant task and in maven plugin.ParameterAdapter Common interface to pass parameters from ant and from maven. -
Class Summary Class Description AbstractLatexProcessor Describe class AbstractLatexProcessor here.CommandExecutor Execution of an executable with given arguments in a given working directory logging onCommandExecutor.log.DirNode Represents the contents of a directory.LatexPreProcessor The latex pre-processor is for preprocessing graphic files in formats which cannot be included directly into a latex-file and in finding the latex main files which is done inLatexPreProcessor.processGraphicsSelectMain(File, DirNode)and in clearing the created files from the latex source directory inLatexPreProcessor.clearCreated(File).LatexProcessor The latex processor creates various output from latex sources including also preprocessing of graphic files in several formats.LatexProcessor.LatexMainDesc Container which comprises, besides the latex main file also several files creation of which shall be done once for ever.Settings The settings for a maven plugin and for an ant task.TexFileUtils Sole interface toorg.apache.commons.io.. -
Enum Summary Enum Description LatexDev Enumeration of the backends of latex.LatexPreProcessor.SuffixHandler Handler for each suffix of a source file.Target The enumeration of all supported creational targets. -
Exception Summary Exception Description BuildExecutionException This is needed as a wrapper toMojoExecutionExceptioninMojo.execute()to avoid maven-specific classes.BuildFailureException This is needed as a wrapper toMojoFailureExceptioninMojo.execute()to avoid maven-specific classes.MyBuildException The base class forBuildExecutionExceptionand forBuildFailureException.