Uses of Interface
de.xima.fc.interfaces.ISerializableThrowingSupplier
- 
Packages that use ISerializableThrowingSupplier Package Description de.xima.fc.common.file de.xima.fc.common.filesystem de.xima.fc.filter.db de.xima.fc.gui.elfinder de.xima.fc.interfaces  - 
- 
Uses of ISerializableThrowingSupplier in de.xima.fc.common.file
Methods in de.xima.fc.common.file that return ISerializableThrowingSupplier Modifier and Type Method Description static ISerializableThrowingSupplier<Path>TempFileCreators. newTempFileCreator()Gets a creators that creates temporary files in the default temporary directory.static ISerializableThrowingSupplier<Path>TempFileCreators. newTempFileCreator(String folder)Gets a creators that creates temporary files in the given folder.static ISerializableThrowingSupplier<Path>TempFileCreators. newTempFileCreator(String prefix, String suffix)Gets a creators that creates temporary files in the default temporary directory, but with the given prefix and suffix for the file name.static ISerializableThrowingSupplier<Path>TempFileCreators. newTempFileCreator(String folder, String prefix, String suffix)Gets a creators that creates temporary files in the given folder, and with the given prefix and suffix for the file name.static ISerializableThrowingSupplier<Path>TempFileCreators. newTempFileCreator(Path folder)Gets a creators that creates temporary files in the given folder.static ISerializableThrowingSupplier<Path>TempFileCreators. newTempFileCreator(Path folder, String prefix, String suffix)Gets a creators that creates temporary files in the given folder, and with the given prefix and suffix for the file name. - 
Uses of ISerializableThrowingSupplier in de.xima.fc.common.filesystem
Methods in de.xima.fc.common.filesystem with parameters of type ISerializableThrowingSupplier Modifier and Type Method Description static <FD> ICommonFileSystem<FD>CommonFileSystems. simpleDiskCachedFileSystem(ICommonFileSystem<FD> delegate, ISerializableThrowingSupplier<Path> tempFileCreator)Wraps an existing file system in a cached file system stores the file content on the disk temporarily, so it does have to be read from the original file system each time. - 
Uses of ISerializableThrowingSupplier in de.xima.fc.filter.db
Methods in de.xima.fc.filter.db that return ISerializableThrowingSupplier Modifier and Type Method Description static ISerializableThrowingSupplier<IEntityContext>ContextualEntityContext. contextualEntityContextFactory(IUser user)Returns a supplier that creates new contextual entity contexts with the given user. - 
Uses of ISerializableThrowingSupplier in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder with parameters of type ISerializableThrowingSupplier Modifier and Type Method Description ElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder<Entry,FileEntity>ElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder. tempFileCreator(ISerializableThrowingSupplier<Path> tempFileCreator)Sets the creator for temporary files that will hold the thumbnail content.FileSystemElFinderConnectorConfig.BuilderStage3<Entry>FileSystemElFinderConnectorConfig.BuilderStage3. tempFileCreator(ISerializableThrowingSupplier<Path> tempFileCreator)Sets the creator for creating temporary files when needed. - 
Uses of ISerializableThrowingSupplier in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return ISerializableThrowingSupplier Modifier and Type Method Description static <T> ISerializableThrowingSupplier<T>ISerializableThrowingSupplier. of(ISerializableThrowingSupplier<T> supplier)Returns the given supplier, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type ISerializableThrowingSupplier Modifier and Type Method Description static <T> ISerializableThrowingSupplier<T>ISerializableThrowingSupplier. of(ISerializableThrowingSupplier<T> supplier)Returns the given supplier, for improved variable inference. 
 -