Uses of Class
com.netlang.io.FileOptions
Packages that use FileOptions
Package
Description
Clients for communicating with FTP and SFTP Servers
Classes for handling the local file system, file resources and Text files
-
Uses of FileOptions in com.netlang.ftp
Methods in com.netlang.ftp with parameters of type FileOptionsModifier and TypeMethodDescriptionvoidIFTPClient.put(NetlangFile from, String path, FileOptions options) voidIFTPClient.put(File from, String path, FileOptions options) voidIFTPClient.put(String from, String path, FileOptions options) voidIFTPClient.put(String fromResourceId, String frompath, String remotePath, FileOptions options) voidNFTPClient.put(NetlangFile from, String path, FileOptions options) voidNFTPClient.put(File from, String path, FileOptions options) voidNFTPClient.put(String from, String path, FileOptions options) voidNFTPClient.put(String fromResourceId, String frompath, String remotePath, FileOptions options) voidNSFTPClient.put(NetlangFile from, String path, FileOptions options) voidNSFTPClient.put(File from, String path, FileOptions options) voidNSFTPClient.put(String from, String path, FileOptions options) voidNSFTPClient.put(String resourceid, String frompath, String remotePath, FileOptions options) -
Uses of FileOptions in com.netlang.io
Methods in com.netlang.io with parameters of type FileOptionsModifier and TypeMethodDescriptionstatic voidFiles.copy(com.netlang.session.NetlangSession session, NetlangFile from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copy(com.netlang.session.NetlangSession session, NetlangFile from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copy(com.netlang.session.NetlangSession session, File from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copy(com.netlang.session.NetlangSession session, String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean subdirs, com.net4z.CompletionHandler completion, FileOptions options, int operation) static voidFiles.copy(com.netlang.session.NetlangSession session, String from, String frompath, String to, String topath, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copy(File from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copy(String from, String frompath, String to, String topath, String pattern, boolean copySubDir, FileOptions options) Copy filesstatic voidFilesOld.copy(com.netlang.session.NetlangSession session, String from, String frompath, String to, String topath, String pattern, boolean copySubDir, com.net4z.CompletionHandler completion, FileOptions options) Copy datastatic voidFilesOld.copy(com.netlang.session.NetlangSession session, String from, String frompath, String to, String topath, String pattern, boolean copySubDir, FileOptions options) Copy datastatic voidFilesOld.copy(String from, String frompath, String to, String topath, String pattern, boolean copySubDir, FileOptions options) Copy datastatic voidFiles.copySilent(com.netlang.session.NetlangSession session, NetlangFile from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copySilent(com.netlang.session.NetlangSession session, NetlangFile from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copySilent(com.netlang.session.NetlangSession session, File from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copySilent(com.netlang.session.NetlangSession session, String from, String frompath, String to, String topath, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copySilent(File from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.copySilent(String from, String frompath, String to, String topath, String pattern, boolean copySubDir, FileOptions options) Files.list(com.netlang.session.NetlangSession session, NetlangFile path, String pattern, boolean subdirs, FileOptions options) Files.list(com.netlang.session.NetlangSession session, String resourceId, String path, String pattern, boolean subdirs, FileOptions options) Files.list(File path, String pattern, boolean subdirs, FileOptions options) Files.list(String resourceId, String path, String pattern, boolean subdirs, FileOptions options) List filesFiles.listFiles(com.netlang.session.NetlangSession session, NetlangFile path, String pattern, boolean subdirs, FileOptions options) Files.listFiles(com.netlang.session.NetlangSession session, String resourceId, String path, String pattern, boolean subdirs, FileOptions options) Files.listFiles(File path, String pattern, boolean subdirs, FileOptions options) Files.listFiles(String resourceId, String path, String pattern, boolean subdirs, FileOptions options) List filesFilesOld.listFiles(com.netlang.session.NetlangSession session, String resourceId, String path, String pattern, boolean subdirs, FileOptions options) List filesFilesOld.listFiles(String resourceId, String path, String pattern, boolean subdirs, FileOptions options) List filesstatic voidFiles.move(com.netlang.session.NetlangSession session, NetlangFile from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.move(com.netlang.session.NetlangSession session, NetlangFile from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.move(com.netlang.session.NetlangSession session, File from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.move(com.netlang.session.NetlangSession session, String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean subdirs, com.net4z.CompletionHandler completion, FileOptions options) static voidFiles.move(com.netlang.session.NetlangSession session, String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean copySubDir, FileOptions options) static voidFiles.move(File from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.move(String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean copySubDir, FileOptions options) Move filesstatic voidFilesOld.move(com.netlang.session.NetlangSession session, String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean copySubDir, com.net4z.CompletionHandler completion, FileOptions options) Move filesstatic voidFilesOld.move(com.netlang.session.NetlangSession session, String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean copySubDir, FileOptions options) Move filesstatic voidFilesOld.move(String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean copySubDir, FileOptions options) static voidFiles.moveSilent(com.netlang.session.NetlangSession session, NetlangFile from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.moveSilent(com.netlang.session.NetlangSession session, NetlangFile from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.moveSilent(com.netlang.session.NetlangSession session, File from, NetlangFile to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.moveSilent(com.netlang.session.NetlangSession session, String fromResourceId, String frompath, String toResourceId, String topath, String pattern, boolean copySubDir, FileOptions options) static voidFiles.moveSilent(File from, File to, String pattern, boolean copySubDir, FileOptions options) static voidFiles.remove(com.netlang.session.NetlangSession session, NetlangFile file, String pattern, boolean removeFromSubDir, FileOptions options) static voidFiles.remove(com.netlang.session.NetlangSession session, String resourceId, String path, String pattern, boolean removeFromSubDir, FileOptions options) static voidFiles.remove(File file, String pattern, boolean removeFromSubDir, FileOptions options) static voidFiles.remove(String resourceId, String path, String pattern, boolean removeFromSubDir, FileOptions options) Remove filesstatic voidFilesOld.remove(com.netlang.session.NetlangSession session, String resourceId, String path, String pattern, boolean removeFromSubDir, com.net4z.CompletionHandler completion, FileOptions options) Remove filesstatic voidFilesOld.remove(com.netlang.session.NetlangSession session, String resourceId, String path, String pattern, boolean removeFromSubDir, FileOptions options) Remove filesstatic voidFilesOld.remove(String resourceId, String path, String pattern, boolean removeFromSubDir, FileOptions options) static voidFiles.removeSilent(com.netlang.session.NetlangSession session, NetlangFile file, String pattern, boolean removeFromSubDir, FileOptions options) static voidFiles.removeSilent(com.netlang.session.NetlangSession session, String resourceId, String path, String pattern, boolean removeFromSubDir, FileOptions options) static voidFiles.removeSilent(File file, String pattern, boolean removeFromSubDir, FileOptions options) static booleanFileOptions.useCompression(FileOptions opt, String pattern) Use compression