Method | Description | |
---|---|---|
HandlePackageRequirements ( IAbsoluteDirectoryPath workPath, Repository repository ) : void | ||
HandlePathRequirements ( IAbsoluteDirectoryPath workPath, Repository repository ) : void | ||
HandleRepositoryRequirements ( IAbsoluteDirectoryPath repoPath ) : void | ||
Init ( IAbsoluteDirectoryPath directory, RepositoryOperationMode mode = null ) : Repository | ||
IsEmpty ( IAbsoluteDirectoryPath directory ) : bool | ||
OpenRepositoryWithRetry ( IAbsoluteDirectoryPath path, bool createWhenNotExisting = false, System.Action failAction = null ) : Repository |
Method | Description | |
---|---|---|
CheckFileClosed ( string path ) : bool | ||
ConfirmEmpty ( IAbsoluteDirectoryPath directory ) : void | ||
ConfirmMultiPackagePath ( IAbsoluteDirectoryPath workPath, Repository repository ) : void | ||
ConfirmNotRootPath ( IAbsoluteDirectoryPath path ) : void | ||
ConfirmNotRootedInAnotherRepository ( IAbsoluteDirectoryPath repoPath ) : void | ||
ConfirmSinglePackagePath ( IAbsoluteDirectoryPath workPath, Repository repository ) : void | ||
ConfirmWorkingFolderNotRootedInRepository ( IAbsoluteDirectoryPath workPath, Repository repository ) : void | ||
ShouldContinueChecking ( |
||
UnlockTimer ( IAbsoluteFilePath path, |
public HandlePackageRequirements ( IAbsoluteDirectoryPath workPath, Repository repository ) : void | ||
workPath | IAbsoluteDirectoryPath | |
repository | Repository | |
return | void |
public HandlePathRequirements ( IAbsoluteDirectoryPath workPath, Repository repository ) : void | ||
workPath | IAbsoluteDirectoryPath | |
repository | Repository | |
return | void |
public HandleRepositoryRequirements ( IAbsoluteDirectoryPath repoPath ) : void | ||
repoPath | IAbsoluteDirectoryPath | |
return | void |
public Init ( IAbsoluteDirectoryPath directory, RepositoryOperationMode mode = null ) : Repository | ||
directory | IAbsoluteDirectoryPath | |
mode | RepositoryOperationMode | |
return | Repository |
public static IsEmpty ( IAbsoluteDirectoryPath directory ) : bool | ||
directory | IAbsoluteDirectoryPath | |
return | bool |
public OpenRepositoryWithRetry ( IAbsoluteDirectoryPath path, bool createWhenNotExisting = false, System.Action failAction = null ) : Repository | ||
path | IAbsoluteDirectoryPath | |
createWhenNotExisting | bool | |
failAction | System.Action | |
return | Repository |