C# Class NGit.Util.FS_Win32

Inheritance: FS
Datei anzeigen Open project: red-gate/ngit Class Usage Examples

Public Methods

Method Description
CanExecute ( FilePath f ) : bool
FS_Win32 ( ) : System.Collections.Generic
IsCaseSensitive ( ) : bool
NewInstance ( ) : FS
RetryFailedLockFileCommit ( ) : bool
RunInShell ( string cmd, string args ) : ProcessStartInfo
SetExecute ( FilePath f, bool canExec ) : bool
SupportsExecute ( ) : bool

Protected Methods

Method Description
DiscoverGitPrefix ( ) : FilePath
FS_Win32 ( FS src ) : System.Collections.Generic
UserHomeImpl ( ) : FilePath

Method Details

CanExecute() public method

public CanExecute ( FilePath f ) : bool
f Sharpen.FilePath
return bool

DiscoverGitPrefix() protected method

protected DiscoverGitPrefix ( ) : FilePath
return Sharpen.FilePath

FS_Win32() public method

public FS_Win32 ( ) : System.Collections.Generic
return System.Collections.Generic

FS_Win32() protected method

protected FS_Win32 ( FS src ) : System.Collections.Generic
src FS
return System.Collections.Generic

IsCaseSensitive() public method

public IsCaseSensitive ( ) : bool
return bool

NewInstance() public method

public NewInstance ( ) : FS
return FS

RetryFailedLockFileCommit() public method

public RetryFailedLockFileCommit ( ) : bool
return bool

RunInShell() public method

public RunInShell ( string cmd, string args ) : ProcessStartInfo
cmd string
args string
return System.Diagnostics.ProcessStartInfo

SetExecute() public method

public SetExecute ( FilePath f, bool canExec ) : bool
f Sharpen.FilePath
canExec bool
return bool

SupportsExecute() public method

public SupportsExecute ( ) : bool
return bool

UserHomeImpl() protected method

protected UserHomeImpl ( ) : FilePath
return Sharpen.FilePath