C# Class NAnt.Core.Filters.ExpandProperties

Inheritance: NAnt.Core.Filters.Filter
Afficher le fichier Open project: skolima/NAnt

Private Properties

Свойство Type Description
Advance void
ReplenishBuffer void

Méthodes publiques

Méthode Description
InitializeFilter ( ) : void

Called after construction and after properties are set. Allows for filter initialization.

Peek ( ) : int

Reads the next character applying the filter logic without advancing the current position in the stream.

Read ( ) : int

Reads the next character applying the filter logic.

Private Methods

Méthode Description
Advance ( ) : void

Moves to the next character.

ReplenishBuffer ( ) : void

Refills the buffer, running our input through M:PropertyDictionary.ExpandProperties(string, Location).)

Method Details

InitializeFilter() public méthode

Called after construction and after properties are set. Allows for filter initialization.
public InitializeFilter ( ) : void
Résultat void

Peek() public méthode

Reads the next character applying the filter logic without advancing the current position in the stream.
public Peek ( ) : int
Résultat int

Read() public méthode

Reads the next character applying the filter logic.
public Read ( ) : int
Résultat int