| Package | Description |
|---|---|
| eu.simuline.m2latex.core |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,LatexPreProcessor.SuffixHandler> |
LatexPreProcessor.SUFFIX2HANDLER
Maps the suffix to the according handler.
|
| Modifier and Type | Method and Description |
|---|---|
static LatexPreProcessor.SuffixHandler |
LatexPreProcessor.SuffixHandler.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatexPreProcessor.SuffixHandler[] |
LatexPreProcessor.SuffixHandler.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
LatexPreProcessor.SuffixHandler.clearTarget(File file,
LatexPreProcessor proc,
Map<File,LatexPreProcessor.SuffixHandler> file2handler)
Typically, .i.e. for
fig-, gp-, mp-
and svg-files just associates file
with this handler in file2handler
to schedule according targets for deletion except for
tex-files for which the target is cleared immediately
if it is a latex main file, otherwise ignoring
by invoking LatexPreProcessor.clearTargetTexIfLatexMain(File). |
(package private) void |
LatexPreProcessor.SuffixHandler.scheduleProcSrc(File file,
Map<File,LatexPreProcessor.SuffixHandler> file2handler,
LatexPreProcessor proc,
Collection<File> latexMainFiles) |
Copyright © 2016–2018 Simuline Organization (l2r). All rights reserved.