| 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 | Description |
|---|---|
| AbstractLatexProcessor |
Describe class AbstractLatexProcessor here.
|
| CommandExecutor |
Execution of an executable with given arguments
in a given working directory logging on
CommandExecutor.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 in
LatexPreProcessor.processGraphicsSelectMain(File, DirNode)
and in clearing the created files from the latex source directory
in LatexPreProcessor.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 to
org.apache.commons.io. |
| 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 | Description |
|---|---|
| BuildExecutionException |
This is needed as a wrapper
to
MojoExecutionException
in org.m2latex.mojo.AbstractLatexMojo#execute()
to avoid maven-specific classes. |
| BuildFailureException |
This is needed as a wrapper
to
MojoFailureException
in org.m2latex.mojo.AbstractLatexMojo#execute()
to avoid maven-specific classes. |
| MyBuildException |
The base class for
BuildExecutionException
and for BuildFailureException. |
Copyright © 2016–2018 Simuline Organization (l2r). All rights reserved.