C# Class Versionr.Commands.Status

Inheritance: FileBaseCommand
Afficher le fichier Open project: eatplayhate/versionr Class Usage Examples

Méthodes publiques

Méthode Description
GetStatusText ( Versionr x ) : string>.Tuple
GetStatusText ( Versionr code, bool staged ) : string>.Tuple

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected ComputeTargets ( FileBaseCommandVerbOptions localOptions ) : bool
localOptions FileBaseCommandVerbOptions
Résultat bool

GetStatusText() public static méthode

public static GetStatusText ( Versionr x ) : string>.Tuple
x Versionr
Résultat string>.Tuple

GetStatusText() public static méthode

public static GetStatusText ( Versionr code, bool staged ) : string>.Tuple
code Versionr
staged bool
Résultat string>.Tuple

RunInternal() protected méthode

protected RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool
ws Area
status Versionr
targets IList
options FileBaseCommandVerbOptions
Résultat bool

Start() protected méthode

protected Start ( ) : void
Résultat void