@API(src=PUBLIC,
type=EXTENDABLE)
public interface FileBrowsingConnection
Modifier and Type | Method and Description |
---|---|
java.util.List<FolderEntryDescriptor> |
listFolder()
Retrieves all children of the directory identified by the URL on which this connection is made.
|
java.util.List<FolderEntryDescriptor> listFolder() throws java.io.IOException, UserActionRequiredException
java.io.IOException
- If the remote server could not return a list of children.UserActionRequiredException
- Whether the browsing requires user interaction,
like login.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.