C# 클래스 Sep.Git.Tfs.Util.Bouncer

Determines if an item is included or excluded from a set. By default, everything is excluded.
파일 보기 프로젝트 열기: pmiossec/git-tfs

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Append ( List set, string expression ) : void

메소드 상세

Exclude() 공개 메소드

Add a regular expression for exclusion from the set.
public Exclude ( string expression ) : void
expression string
리턴 void

Include() 공개 메소드

Add a regular expression for inclusion in the set.
public Include ( string expression ) : void
expression string
리턴 void

IsIncluded() 공개 메소드

Checks if the string is included in the set.
public IsIncluded ( string s ) : bool
s string
리턴 bool