C# 클래스 Versionr.Commands.Log

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

공개 메소드들

메소드 설명
Log ( bool jruntingMode = false ) : CommandLine

보호된 메소드들

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

비공개 메소드들

메소드 설명
ApplyHistoryFilter ( IEnumerable history, LogVerbOptions localOptions ) : IEnumerable>>>
FilterAlterations ( System.Objects v ) : ResolvedAlteration>>.IEnumerable
FormatLog ( System.Objects v, ResolvedAlteration>.IEnumerable filteralt, LogVerbOptions localOptions ) : void
GetAlterationFormat ( System.Objects code ) : string
GetAlterations ( System.Objects v ) : IEnumerable

메소드 상세

ComputeTargets() 보호된 메소드

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

Log() 공개 메소드

public Log ( bool jruntingMode = false ) : CommandLine
jruntingMode bool
리턴 CommandLine

RunInternal() 보호된 메소드

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