C# Class Versionr.Commands.Status

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

Public Methods

Method Description
GetStatusText ( Versionr x ) : string>.Tuple
GetStatusText ( Versionr code, bool staged ) : string>.Tuple

Protected Methods

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

Private Methods

Method Description
GetPatterns ( IList objects ) : string
GetStatus ( Versionr x, bool flat = false ) : string
PrintFile ( Area ws, string localRestrictedPath, Versionr x, bool flat = false ) : void

Method Details

ComputeTargets() protected method

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

GetStatusText() public static method

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

GetStatusText() public static method

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

RunInternal() protected method

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

Start() protected method

protected Start ( ) : void
return void