Filter

[This is preliminary documentation and subject to change.]

Base class for filters.

Base class for filters. All NAnt filters must be derived from this class. Filter provides support for parameters and provides a reference to the project. Filter's base class ChainableReader allows filters to be chained together.

Parameters

AttributeTypeDescriptionRequired
ifbool If true then the filter will be used; otherwise, skipped. The default is true. False
unlessbool Opposite of if. If false then the filter will be executed; otherwise, skipped. The default is false. False

Requirements

Assembly: NAnt.Core (0.85.1698.0)