Class AbstractLatexTask

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected LatexProcessor latexProcessor  
      protected Settings settings
      Contains all parameters for executing this task.
      • Fields inherited from class org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Method Summary

      Modifier and Type Method Description
      Settings createSettings()
      Invoked by ant returning a container for all parameters and initializing settings.
      private File getPropertyFile​(String prop)  
      void initialize()
      Sets up the parameters and initializes LatexProcessor.
      • 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
    • Field Detail

      • settings

        protected Settings settings
        Contains all parameters for executing this task.
    • Constructor Detail

      • AbstractLatexTask

        AbstractLatexTask()