#1376: FileCheck.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/utils/FileCheck.kt Type: Kotlin Class · Package: org.projectforge.framework.utils · Source: projectforge-business/src/main/kotlin/org/projectforge/framework/utils/FileCheck.kt 91 lines · 46 code · 41 comments · 4 blank
Kotlin Class implementing FileCheck.
Functions
| Function | Parameters | Return |
checkFile | file: File,
vararg extensions: String,
bytes: Long = 0,
kiloBytes: Long = 0,
megaBytes: Long = 0,
gigaBytes: Long = 0 | String? |
checkFile | fileName: String,
fileSize: Long,
vararg extensions: String,
bytes: Long = 0,
kiloBytes: Long = 0,
megaBytes: Long = 0,
gigaBytes: Long = 0 | String? |
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence. Provides Utility Functions as a Kotlin object singleton with shared stateless helpers used application-wide.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
6ce1f11aef | WIP |
a3c04e308d | FileCheck / FileUtils |