EN · DE · RU · FR · ES

#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

FunctionParametersReturn
checkFilefile: File, vararg extensions: String, bytes: Long = 0, kiloBytes: Long = 0, megaBytes: Long = 0, gigaBytes: Long = 0String?
checkFilefileName: String, fileSize: Long, vararg extensions: String, bytes: Long = 0, kiloBytes: Long = 0, megaBytes: Long = 0, gigaBytes: Long = 0String?

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

CommitWhat changed
868d6abb752025 -> 2026
6ce1f11aefWIP
a3c04e308dFileCheck / FileUtils