C# Class Sep.Git.Tfs.Util.Bouncer

Determines if an item is included or excluded from a set. By default, everything is excluded.
Afficher le fichier Open project: pmiossec/git-tfs

Méthodes publiques

Méthode Description
Exclude ( string expression ) : void

Add a regular expression for exclusion from the set.

Include ( string expression ) : void

Add a regular expression for inclusion in the set.

IsIncluded ( string s ) : bool

Checks if the string is included in the set.

Private Methods

Méthode Description
Append ( List set, string expression ) : void

Method Details

Exclude() public méthode

Add a regular expression for exclusion from the set.
public Exclude ( string expression ) : void
expression string
Résultat void

Include() public méthode

Add a regular expression for inclusion in the set.
public Include ( string expression ) : void
expression string
Résultat void

IsIncluded() public méthode

Checks if the string is included in the set.
public IsIncluded ( string s ) : bool
s string
Résultat bool