Class | Description |
---|---|
ChainableReader | Functions as a chainable TextReader |
ExpandProperties | Parses NAnt properties and expressions |
Filter | Allows a file's content to be modified while performing an operation. |
FilterBuilder | |
FilterBuilderCollection | Contains a strongly typed collection of FilterBuilder objects. |
FilterBuilderEnumerator | Enumerates the FilterBuilder elements of a FilterBuilderCollection. |
FilterChain | Represent a chain of NAnt filters that can be applied to a Task. |
FilterChain.FilterChainConfigurator | Configurator that initializes filters in the order in which they've been specified in the build file. |
FilterCollection | Contains a collection of Filter elements. |
FilterEnumerator | Enumerates the Filter elements of a FilterCollection. |
ReplaceString | Replaces all occurrences of a given string in the original input with user-supplied replacement string. |
ReplaceTokens | Replaces tokens in the original input with user-supplied values. |
TabsToSpaces | Converts tabs to spaces. |