Uses of Class
eu.simuline.m2latex.core.LatexPreProcessor.SuffixHandler
-
Packages that use LatexPreProcessor.SuffixHandler Package Description eu.simuline.m2latex.core -
-
Uses of LatexPreProcessor.SuffixHandler in eu.simuline.m2latex.core
Fields in eu.simuline.m2latex.core with type parameters of type LatexPreProcessor.SuffixHandler Modifier and Type Field Description private static Map<String,LatexPreProcessor.SuffixHandler>LatexPreProcessor. SUFFIX2HANDLERMaps the suffix to the according handler.Methods in eu.simuline.m2latex.core that return LatexPreProcessor.SuffixHandler Modifier and Type Method Description static LatexPreProcessor.SuffixHandlerLatexPreProcessor.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.Method parameters in eu.simuline.m2latex.core with type arguments of type LatexPreProcessor.SuffixHandler Modifier and Type Method Description (package private) voidLatexPreProcessor.SuffixHandler. clearTarget(File file, LatexPreProcessor proc, Map<File,LatexPreProcessor.SuffixHandler> file2handler)Typically, .i.e. forfig-,gp-,mp- andsvg-files just associatesfilewith this handler infile2handlerto schedule according targets for deletion except fortex-files for which the target is cleared immediately if it is a latex main file, otherwise ignoring by invokingLatexPreProcessor.clearTargetTexIfLatexMain(File).(package private) voidLatexPreProcessor.SuffixHandler. scheduleProcSrc(File file, Map<File,LatexPreProcessor.SuffixHandler> file2handler, LatexPreProcessor proc, Collection<File> latexMainFiles)
-