DaemonManager

Some common housekeeping tools.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun isBadReadFormat(fileFormat: FileFormat<*>): Boolean

Checks whether fileFormat is a bad format and cannot be used for parsing.

Link copied to clipboard
fun isBadWriteFormat(fileFormat: FileFormat<*>): Boolean

Checks whether fileFormat is a bad format and cannot be used for serializing.