Package eu.simuline.m2latex.antTask
Class AbstractLatexTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- eu.simuline.m2latex.antTask.AbstractLatexTask
-
- All Implemented Interfaces:
ParameterAdapter,Cloneable
- Direct Known Subclasses:
LatexCfgTask,LatexClrTask
abstract class AbstractLatexTask extends org.apache.tools.ant.Task implements ParameterAdapter
-
-
Field Summary
Fields Modifier and Type Field Description protected LatexProcessorlatexProcessorprotected SettingssettingsContains all parameters for executing this task.
-
Constructor Summary
Constructors Constructor Description AbstractLatexTask()
-
Method Summary
Modifier and Type Method Description SettingscreateSettings()Invoked by ant returning a container for all parameters and initializingsettings.private FilegetPropertyFile(String prop)voidinitialize()Sets up the parameters and initializesLatexProcessor.-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface eu.simuline.m2latex.core.ParameterAdapter
getTargetSet
-
-
-
-
Field Detail
-
settings
protected Settings settings
Contains all parameters for executing this task.
-
latexProcessor
protected LatexProcessor latexProcessor
-
-
Method Detail
-
createSettings
public Settings createSettings()
Invoked by ant returning a container for all parameters and initializingsettings.
-
initialize
public void initialize()
Description copied from interface:ParameterAdapterSets up the parameters and initializesLatexProcessor.- Specified by:
initializein interfaceParameterAdapter
-
-