public interface ListFilesService extends VcsService, VcsRemoteService
Modifier and Type | Method and Description |
---|---|
java.util.Collection<VcsFileData> |
listFiles(java.lang.String directoryPath) |
@NotNull java.util.Collection<VcsFileData> listFiles(@NotNull java.lang.String directoryPath) throws VcsException
directoryPath
- path to directory in which files should be listedVcsException
- in case of any error, when specified directory doesn't exist
or specified path doesn't point to a directory