NAnt
![]() ![]() ![]() |
v0.85 |
[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.Attribute | Type | Description | Required |
---|---|---|---|
if | bool | If true then the filter will be used; otherwise, skipped. The default is true. | False |
unless | bool | Opposite of if . If false then the filter will be executed; otherwise, skipped. The default is false. | False |