public interface ListDirectChildrenPolicy extends ListFilesPolicy
Modifier and Type | Method and Description |
---|---|
java.util.Collection<VcsFileData> |
listFiles(VcsRoot root,
java.lang.String directoryPath)
Returns list of files in the specified directory of the specified VCS root
|
@NotNull java.util.Collection<VcsFileData> listFiles(@NotNull VcsRoot root, @NotNull java.lang.String directoryPath) throws VcsException
root
- VCS root of interestdirectoryPath
- 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 directory