C# Класс NAnt.Core.Filters.FilterChain

Represent a chain of NAnt filters that can be applied to a 'Task'.
NAnt.Core.Tasks.CopyTask
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetBaseFilter NAnt.Core.Filters.Filter

Защищенные методы

Метод Описание
InitializeXml ( XmlNode elementNode, PropertyDictionary properties, FrameworkInfo framework ) : void

Initializes all build attributes and child elements.

FilterChain needs to maintain the order in which the filters are specified in the build file.

Приватные методы

Метод Описание
GetBaseFilter ( PhysicalTextReader physicalTextReader ) : NAnt.Core.Filters.Filter

Used to to instantiate and return the chain of stream based filters.

The physicalTextReader is the first Filter in the chain, which is based on a physical stream that feeds the chain.

Описание методов

InitializeXml() защищенный Метод

Initializes all build attributes and child elements.
FilterChain needs to maintain the order in which the filters are specified in the build file.
protected InitializeXml ( XmlNode elementNode, PropertyDictionary properties, FrameworkInfo framework ) : void
elementNode XmlNode
properties PropertyDictionary
framework FrameworkInfo
Результат void