org.apache.tools.ant.types

Class FilterSet.FiltersFile

public class FilterSet.FiltersFile extends Object

The filtersfile nested element.
Constructor Summary
FiltersFile()
Constructor for the FiltersFile object.
Method Summary
voidsetFile(File file)
Sets the file from which filters will be read.

Constructor Detail

FiltersFile

public FiltersFile()
Constructor for the FiltersFile object.

Method Detail

setFile

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

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

Copyright