public interface LocalRepoMetaData
Modifier and Type | Method and Description |
---|---|
List<RepoFileDto> |
getChildRepoFileDtos(long repoFileId,
int depth) |
List<RepoFileDto> |
getChildRepoFileDtos(String path,
int depth) |
RepoFileDto |
getRepoFileDto(long repoFileId,
int depth) |
RepoFileDto |
getRepoFileDto(String path,
int depth) |
RepoFileDto getRepoFileDto(String path, int depth)
RepoFileDto getRepoFileDto(long repoFileId, int depth)
List<RepoFileDto> getChildRepoFileDtos(String path, int depth)
List<RepoFileDto> getChildRepoFileDtos(long repoFileId, int depth)
Copyright © 2013–2019. All rights reserved.