C# 클래스 Versionr.Commands.Status

상속: FileBaseCommand
파일 보기 프로젝트 열기: eatplayhate/versionr 1 사용 예제들

공개 메소드들

메소드 설명
GetStatusText ( Versionr x ) : string>.Tuple
GetStatusText ( Versionr code, bool staged ) : string>.Tuple

보호된 메소드들

메소드 설명
ComputeTargets ( FileBaseCommandVerbOptions localOptions ) : bool
RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool
Start ( ) : void

비공개 메소드들

메소드 설명
GetPatterns ( IList objects ) : string
GetStatus ( Versionr x, bool flat = false ) : string
PrintFile ( Area ws, string localRestrictedPath, Versionr x, bool flat = false ) : void

메소드 상세

ComputeTargets() 보호된 메소드

protected ComputeTargets ( FileBaseCommandVerbOptions localOptions ) : bool
localOptions FileBaseCommandVerbOptions
리턴 bool

GetStatusText() 공개 정적인 메소드

public static GetStatusText ( Versionr x ) : string>.Tuple
x Versionr
리턴 string>.Tuple

GetStatusText() 공개 정적인 메소드

public static GetStatusText ( Versionr code, bool staged ) : string>.Tuple
code Versionr
staged bool
리턴 string>.Tuple

RunInternal() 보호된 메소드

protected RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool
ws Area
status Versionr
targets IList
options FileBaseCommandVerbOptions
리턴 bool

Start() 보호된 메소드

protected Start ( ) : void
리턴 void