org.apache.tools.ant.types
Class FilterSet.FiltersFile

java.lang.Object
  extended byorg.apache.tools.ant.types.FilterSet.FiltersFile
Enclosing class:
FilterSet

public class FilterSet.FiltersFile
extends java.lang.Object

The filtersfile nested element.

Author:
Michael McCallum

Constructor Summary
FilterSet.FiltersFile()
          Constructor for the Filter object
 
Method Summary
 void setFile(java.io.File file)
          Sets the file from which filters will be read.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterSet.FiltersFile

public FilterSet.FiltersFile()
Constructor for the Filter object

Method Detail

setFile

public void setFile(java.io.File file)
Sets the file from which filters will be read.

Parameters:
file - the file from which filters will be read.


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.