getChildren abstract method

List<Resource> getChildren()

Return a list of existing direct children Resources (folders and files) in this folder, in no particular order.

On I/O errors, this will throw FileSystemException.

Implementation

List<Resource> getChildren();