Uses of Interface
ai.preferred.venom.storage.FileManager
-
Packages that use FileManager Package Description ai.preferred.venom.fetcher ai.preferred.venom.storage -
-
Uses of FileManager in ai.preferred.venom.fetcher
Methods in ai.preferred.venom.fetcher with parameters of type FileManager Modifier and Type Method Description static StorageFetcher.BuilderStorageFetcher. builder(FileManager<?> fileManager)Create an instance of builder.AsyncFetcher.BuilderAsyncFetcher.Builder. setFileManager(FileManager<?> fileManager)Sets the FileManager to be used. -
Uses of FileManager in ai.preferred.venom.storage
Classes in ai.preferred.venom.storage that implement FileManager Modifier and Type Class Description classDummyFileManagerThis class implements a FileManager that writes response content to a file on the file system.classMysqlFileManagerThis class implements a FileManager that writes response content to a file on the file system and a record in MySQL database pointing to the record and allows retrieving the file using an id or request.Constructors in ai.preferred.venom.storage with parameters of type FileManager Constructor Description FileManagerCallback(FileManager<?> fileManager)Constructs an instance of file manager callback.
-