C# 클래스 Mercurial.Extensions.CaseGuard.CaseGuardAddRemoveCommandExtensions

This class adds extension methods to the AddRemoveCommand class, for the CaseGuard extension.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
WithOverrideCaseCollision ( this command ) : AddRemoveCommand

Add files regardless of possible case-collision problems.

WithoutCaseGuarding ( this command ) : AddRemoveCommand

Completely skip checks related to case-collision problems.

WithoutWindowsFileNameChecks ( this command ) : AddRemoveCommand

Do not check filenames for Windows incompatibilities.

메소드 상세

WithOverrideCaseCollision() 공개 정적인 메소드

Add files regardless of possible case-collision problems.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithOverrideCaseCollision ( this command ) : AddRemoveCommand
command this /// The to modify. ///
리턴 AddRemoveCommand

WithoutCaseGuarding() 공개 정적인 메소드

Completely skip checks related to case-collision problems.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithoutCaseGuarding ( this command ) : AddRemoveCommand
command this /// The to modify. ///
리턴 AddRemoveCommand

WithoutWindowsFileNameChecks() 공개 정적인 메소드

Do not check filenames for Windows incompatibilities.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithoutWindowsFileNameChecks ( this command ) : AddRemoveCommand
command this /// The to modify. ///
리턴 AddRemoveCommand