Uses of Class
eu.simuline.m2latex.core.Settings
-
Packages that use Settings Package Description eu.simuline.m2latex.antTask eu.simuline.m2latex.core eu.simuline.m2latex.mojo -
-
Uses of Settings in eu.simuline.m2latex.antTask
Fields in eu.simuline.m2latex.antTask declared as Settings Modifier and Type Field Description protected SettingsAbstractLatexTask. settingsContains all parameters for executing this task.Methods in eu.simuline.m2latex.antTask that return Settings Modifier and Type Method Description SettingsAbstractLatexTask. createSettings()Invoked by ant returning a container for all parameters and initializingAbstractLatexTask.settings. -
Uses of Settings in eu.simuline.m2latex.core
Fields in eu.simuline.m2latex.core declared as Settings Modifier and Type Field Description protected SettingsAbstractLatexProcessor. settingsMethods in eu.simuline.m2latex.core with parameters of type Settings Modifier and Type Method Description protected static String[]LatexProcessor. buildHtlatexArguments(Settings settings, File texFile)protected static String[]LatexProcessor. buildLatexArguments(Settings settings, LatexDev dev, File texFile)abstract StringTarget. getPatternOutputFiles(Settings settings)Returns the pattern of the output files.Constructors in eu.simuline.m2latex.core with parameters of type Settings Constructor Description AbstractLatexProcessor(Settings settings, CommandExecutor executor, LogWrapper log, TexFileUtils fileUtils)Creates a newAbstractLatexProcessorinstance.LatexPreProcessor(Settings settings, CommandExecutor executor, LogWrapper log, TexFileUtils fileUtils)LatexProcessor(Settings settings, CommandExecutor executor, LogWrapper log, TexFileUtils fileUtils, ParameterAdapter paramAdapt)LatexProcessor(Settings settings, LogWrapper log, ParameterAdapter paramAdapt)Creates a LatexProcessor with parameters given bysettingswhich logs ontologand used byparamAdapt. -
Uses of Settings in eu.simuline.m2latex.mojo
Fields in eu.simuline.m2latex.mojo declared as Settings Modifier and Type Field Description protected SettingsAbstractLatexMojo. settingsComrpises all parameters for executing this maven plugin.
-