org.kohsuke.jnt.ant
Class FileDeleteTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.kohsuke.jnt.ant.AbstractJavaNetTask
              extended by org.kohsuke.jnt.ant.AbstractJavaNetTaskForProject
                  extended by org.kohsuke.jnt.ant.FileDeleteTask

public class FileDeleteTask
extends AbstractJavaNetTaskForProject

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
FileDeleteTask()
           
 
Method Summary
 void run(JNProject cmd)
           
 void setFile(String value)
           
 
Methods inherited from class org.kohsuke.jnt.ant.AbstractJavaNetTaskForProject
setProjectName
 
Methods inherited from class org.kohsuke.jnt.ant.AbstractJavaNetTask
execute, setPassword, setRetry, setUserName
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDeleteTask

public FileDeleteTask()
Method Detail

setFile

public void setFile(String value)

run

public void run(JNProject cmd)
         throws org.apache.tools.ant.BuildException,
                ProcessingException
Throws:
org.apache.tools.ant.BuildException
ProcessingException


Copyright © 2003-2008 Kohsuke Kawaguchi. All Rights Reserved.