Documentation for a newer release is available.
View Latest
Local File Manager
The local file manager is suitable for integration with a file system that resides on the same machine where the application is deployed
Maven Dependency
To utilise the Local File Manager in your application include the following dependency:
<dependency>
<groupId>com.iconsolutions.ipf.filemanager</groupId>
<artifactId>ipf-file-manager-local</artifactId>
</dependency>
Configuration
Property Grouping: ipf.file-manager.local
| Key | Description | Default Value |
|---|---|---|
ipf.file-manager.local.enabled |
Local file manager is enabled by default when the maven dependency is included. Can be disabled by setting this property to |
|
ipf.file-manager.local.writer.overwrite-existing-file |
Should the file writer overwrite the file if it already exists |
|
ipf.file-manager.local.reader.buffer-size |
Larger buffer size for better throughput with large files |
|