Uses of Class
io.milton.httpclient.Folder
Packages that use Folder
-
Uses of Folder in io.milton.httpclient
Subclasses of Folder in io.milton.httpclientFields in io.milton.httpclient declared as FolderFields in io.milton.httpclient with type parameters of type FolderMethods in io.milton.httpclient that return FolderModifier and TypeMethodDescriptionFolder.createFolder(String name) Find a folder at the given path.Host.getOrCreateFolder(Path remoteParentPath, boolean create) Methods in io.milton.httpclient that return types with arguments of type FolderMethods in io.milton.httpclient with parameters of type FolderModifier and TypeMethodDescriptionstatic ResourcevoidvoidvoidvoidvoidFolderListener.onChildAdded(Folder parent, Resource child) voidFolderListener.onChildRemoved(Folder parent, Resource child) Method parameters in io.milton.httpclient with type arguments of type FolderConstructors in io.milton.httpclient with parameters of type FolderModifierConstructorDescriptionFile(Folder parent, PropFindResponse resp) Resource(Folder parent, PropFindResponse resp) Resource(Folder parent, String name, String displayName, String href, Date modifiedDate, Date createdDate) Constructor parameters in io.milton.httpclient with type arguments of type FolderModifierConstructorDescriptionHost(String server, Integer port, String user, String password, ProxyDetails proxyDetails, Map<Folder, List<Resource>> cache) Host(String server, String rootPath, Integer port, String user, String password, ProxyDetails proxyDetails, int timeoutMillis, Map<Folder, List<Resource>> cache, FileSyncer fileSyncer) Host(String server, String rootPath, Integer port, String user, String password, ProxyDetails proxyDetails, Map<Folder, List<Resource>> cache)