C# Class Versionr.Commands.Log

Inheritance: FileBaseCommand
Datei anzeigen Open project: eatplayhate/versionr Class Usage Examples

Public Methods

Method Description
Log ( bool jruntingMode = false ) : CommandLine

Protected Methods

Method Description
ComputeTargets ( FileBaseCommandVerbOptions localOptions ) : bool
RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool

Private Methods

Method Description
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

Method Details

ComputeTargets() protected method

protected ComputeTargets ( FileBaseCommandVerbOptions localOptions ) : bool
localOptions FileBaseCommandVerbOptions
return bool

Log() public method

public Log ( bool jruntingMode = false ) : CommandLine
jruntingMode bool
return CommandLine

RunInternal() protected method

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