Companion

object Companion

Functions

Link copied to clipboard
fun createTemporary(    rootName: String,     prefix: String,     suffix: String?): Repository

Create a Repository for a temporary IndexedFile. The indexed file will be deleted on exit.

Link copied to clipboard
fun isIndexedRepositoryFile(path: File): Boolean

Is the specified file an IndexedFile of this kind?

Link copied to clipboard
fun log(    level: Level,     format: String,     vararg args: Any)
fun log(    level: Level,     exception: Throwable,     format: String,     vararg args: Any)

Log the specified message if debugging is enabled.