Метод | Описание | |
---|---|---|
CreateBackend ( ) : |
||
CreateRepositoryEditor ( Repository repo ) : IRepositoryEditor | ||
GetDirectoryDotSvn ( FilePath path ) : string | ||
GetPathUrl ( FilePath path ) : string | ||
GetRepositoryReference ( FilePath path, string id ) : Repository |
Метод | Описание | |
---|---|---|
OnCreateRepositoryInstance ( ) : Repository |
public abstract CreateBackend ( ) : |
||
Результат |
public CreateRepositoryEditor ( Repository repo ) : IRepositoryEditor | ||
repo | Repository | |
Результат | IRepositoryEditor |
public GetDirectoryDotSvn ( FilePath path ) : string | ||
path | FilePath | |
Результат | string |
public abstract GetPathUrl ( FilePath path ) : string | ||
path | FilePath | |
Результат | string |
public GetRepositoryReference ( FilePath path, string id ) : Repository | ||
path | FilePath | |
id | string | |
Результат | Repository |
protected OnCreateRepositoryInstance ( ) : Repository | ||
Результат | Repository |