C# 클래스 NAnt.Core.Filters.FilterChain

Represent a chain of NAnt filters that can be applied to a 'Task'.
NAnt.Core.Tasks.CopyTask
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

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