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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bycom.inigoserrano.isdirvalidator.ISFilePatterm

public class ISFilePatterm
extends org.apache.tools.ant.Task

To handle the file paterm 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 filePatterm
          The file patterm
 
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
ISFilePatterm()
           
 
Method Summary
 java.lang.String getFilepatterm()
          Gets the file patterm, only used in the interaction with the ISDirectory
 void setFilepatterm(java.lang.String newFile)
          Sets the file patterm
 
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

filePatterm

private java.lang.String filePatterm
The file patterm

Constructor Detail

ISFilePatterm

public ISFilePatterm()
Method Detail

setFilepatterm

public void setFilepatterm(java.lang.String newFile)
Sets the file patterm


getFilepatterm

public java.lang.String getFilepatterm()
Gets the file patterm, only used in the interaction with the ISDirectory