java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.inigoserrano.isdirvalidator.ISFile
- public class ISFile
- extends org.apache.tools.ant.Task
To handle the file task in Ant
This program is license under the terms of the GNU GPL v 2.0 License
- Version:
- 2.0.1
| Methods inherited from class org.apache.tools.ant.Task |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
private java.lang.String file
- The file attribute
required
private boolean required
- The required attribute
ISFile
public ISFile()
setFile
public void setFile(java.lang.String newFile)
- Sets the file attribute
getFile
public java.lang.String getFile()
- Gets the file name
isRequired
public boolean isRequired()
- Gets if the file is required
setRequired
public void setRequired(boolean newRequired)
- Sets the required