Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.inigoserrano.isdirvalidator
Class ISFile  view ISFile download ISFile.java

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bycom.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

Field Summary
private  java.lang.String file
          The file attribute
private  boolean required
          The required attribute
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
ISFile()
           
 
Method Summary
 java.lang.String getFile()
          Gets the file name
 boolean isRequired()
          Gets if the file is required
 void setFile(java.lang.String newFile)
          Sets the file attribute
 void setRequired(boolean newRequired)
          Sets the required
 
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 org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

private java.lang.String file
The file attribute


required

private boolean required
The required attribute

Constructor Detail

ISFile

public ISFile()
Method Detail

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