Class IniFileTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sf.antcontrib.inifile.IniFileTask
All Implemented Interfaces:
Cloneable

public class IniFileTask extends org.apache.tools.ant.Task
Place class description here.
Since:
Author:
Matthew Inger,
  • Constructor Details

    • IniFileTask

      public IniFileTask()
  • Method Details

    • createSet

      public IniFileTask.Set createSet()
    • createRemove

      public IniFileTask.Remove createRemove()
    • createExists

      public IniFileTask.Exists createExists()
    • createGet

      public IniFileTask.Get createGet()
    • setSource

      public void setSource(File source)
    • setDest

      public void setDest(File dest)
    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Overrides:
      execute in class org.apache.tools.ant.Task
      Throws:
      org.apache.tools.ant.BuildException