de.dokutransdata.antlatex
Class GlossTeXTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by de.dokutransdata.antlatex.SimpleExternalTask
              extended by de.dokutransdata.antlatex.GlossTeXTask
All Implemented Interfaces:
java.lang.Cloneable

public class GlossTeXTask
extends SimpleExternalTask

Task for GlossTeX


Field Summary
static java.lang.String RCS_ID
           
 
Fields inherited from class de.dokutransdata.antlatex.SimpleExternalTask
antTask, If, run, theCommand, thePath, verbose, workingDir
 
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
 
Constructor Summary
GlossTeXTask()
           
GlossTeXTask(MakeindexTask newProc)
           
 
Method Summary
 void add(FileSet f)
          Callback-Methode um eingeschachtelte <fileset>-Elemente einfügen zu können.
 void addGlossarDefinitionFile(java.lang.String newValue)
           
 java.lang.Object createMakeindex()
          Callback-Methode fuer Ant
 void execute()
           
 java.lang.String getAuxFile()
           
 java.util.List getGlossarDefinitionFiles()
           
 int getVerboseLevel()
           
 int run()
           
 void setAuxFile(java.lang.String newValue)
           
 void setGlossarDefinitionFiles(java.util.List newValues)
           
 void setGlossarDefinitionFiles(java.lang.String newValues)
           
 void setVerboseLevel(int newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class de.dokutransdata.antlatex.SimpleExternalTask
getCommand, getIf, getPath, getRun, invoke, setCommand, setIf, setPath, setRun, setVerbose, setWorkingDir
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, 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, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

GlossTeXTask

public GlossTeXTask(MakeindexTask newProc)

GlossTeXTask

public GlossTeXTask()
Method Detail

add

public void add(FileSet f)
Callback-Methode um eingeschachtelte <fileset>-Elemente einfügen zu können.

Parameters:
f - from build.xml

createMakeindex

public java.lang.Object createMakeindex()
Callback-Methode fuer Ant

Returns:
Makeindex-Task

addGlossarDefinitionFile

public void addGlossarDefinitionFile(java.lang.String newValue)
                              throws BuildException
Throws:
BuildException

execute

public final void execute()
                   throws BuildException
Overrides:
execute in class Task
Throws:
BuildException

getAuxFile

public java.lang.String getAuxFile()

getGlossarDefinitionFiles

public java.util.List getGlossarDefinitionFiles()

getVerboseLevel

public int getVerboseLevel()

run

public final int run()
              throws BuildException
Throws:
BuildException

setAuxFile

public void setAuxFile(java.lang.String newValue)
                throws BuildException
Throws:
BuildException

setGlossarDefinitionFiles

public void setGlossarDefinitionFiles(java.util.List newValues)

setGlossarDefinitionFiles

public void setGlossarDefinitionFiles(java.lang.String newValues)
                               throws BuildException
Throws:
BuildException

setVerboseLevel

public void setVerboseLevel(int newValue)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object