Méthode | Description | |
---|---|---|
CreateBackend ( ) : |
||
CreateRepositoryEditor ( Repository repo ) : IRepositoryEditor | ||
GetDirectoryDotSvn ( FilePath path ) : string | ||
GetPathUrl ( FilePath path ) : string | ||
GetRepositoryReference ( FilePath path, string id ) : Repository |
Méthode | Description | |
---|---|---|
OnCreateRepositoryInstance ( ) : Repository |
public abstract CreateBackend ( ) : |
||
Résultat |
public CreateRepositoryEditor ( Repository repo ) : IRepositoryEditor | ||
repo | Repository | |
Résultat | IRepositoryEditor |
public GetDirectoryDotSvn ( FilePath path ) : string | ||
path | FilePath | |
Résultat | string |
public abstract GetPathUrl ( FilePath path ) : string | ||
path | FilePath | |
Résultat | string |
public GetRepositoryReference ( FilePath path, string id ) : Repository | ||
path | FilePath | |
id | string | |
Résultat | Repository |
protected OnCreateRepositoryInstance ( ) : Repository | ||
Résultat | Repository |