de.bsd.x2svg.ant
Class X2SvgBaseTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by de.bsd.x2svg.ant.X2SvgBaseTask
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
X2SvgSubTask, X2SvgTask

public abstract class X2SvgBaseTask
extends org.apache.tools.ant.Task

The base task that is used by all X2SVG tasks for common functionality.

Since:
1.1
Author:
gfloodgate

Field Summary
 
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
X2SvgBaseTask()
           
 
Method Summary
 
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
 

Constructor Detail

X2SvgBaseTask

public X2SvgBaseTask()


x2svg version 1.2.1