C# 클래스 Duplicity.Specifications.Filtering.IgnoredFiles.GitIgnore.WithAGitIgnoreFilter

파일 보기 프로젝트 열기: slashdotdash/Duplicity

보호된 프로퍼티들

프로퍼티 타입 설명
Context Establish
Patterns IList

보호된 메소드들

메소드 설명
ShouldIgnoreChangedDirectory ( ) : void
ShouldIgnoreChangedFile ( ) : void
ShouldNotIgnoreChangedDirectory ( ) : void
ShouldNotIgnoreChangedFile ( ) : void
WithIgnoredPattern ( string pattern ) : void
WithIgnoredPatterns ( ) : void

비공개 메소드들

메소드 설명
IsIgnoredDirectory ( string path ) : bool
IsIgnoredFile ( string path ) : bool

메소드 상세

ShouldIgnoreChangedDirectory() 보호된 정적인 메소드

protected static ShouldIgnoreChangedDirectory ( ) : void
리턴 void

ShouldIgnoreChangedFile() 보호된 정적인 메소드

protected static ShouldIgnoreChangedFile ( ) : void
리턴 void

ShouldNotIgnoreChangedDirectory() 보호된 정적인 메소드

protected static ShouldNotIgnoreChangedDirectory ( ) : void
리턴 void

ShouldNotIgnoreChangedFile() 보호된 정적인 메소드

protected static ShouldNotIgnoreChangedFile ( ) : void
리턴 void

WithIgnoredPattern() 보호된 정적인 메소드

protected static WithIgnoredPattern ( string pattern ) : void
pattern string
리턴 void

WithIgnoredPatterns() 보호된 정적인 메소드

protected static WithIgnoredPatterns ( ) : void
리턴 void

프로퍼티 상세

Context 보호되어 있는 프로퍼티

protected Establish Context
리턴 Establish

Patterns 보호되어 있는 정적으로 프로퍼티

protected static IList Patterns
리턴 IList