PropertiesFactory

Contains factory methods for getting properties

Functions

Link copied to clipboard
fun from(file: File): Properties

Return properties for file

fun from(path: Path): Properties

Return properties for path

inline fun from(path: String): Properties

Return properties from resource file path

Link copied to clipboard
inline fun fromOrNull(path: String): Properties?

Return properties from resource file path or null if file not exist