PlanManager

class PlanManager(rootPath: <Error class: unknown class>) : DirectoryManager

Manages the plan directories.

Constructors

Link copied to clipboard
constructor(rootPath: <Error class: unknown class>)

Properties

Link copied to clipboard
val root: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun enumeratePlans(descriptionFile: String): List<PlanEntry>

Search for all the plans on the disk and present them with entries.

Link copied to clipboard
fun findPlan(path: String, descriptionFile: String): <Error class: unknown class><<Error class: unknown class>, String>
Link copied to clipboard
fun findUniqueId(workPath: <Error class: unknown class>): String
Link copied to clipboard
fun listEntries(sessionDirectory: String): List<String>?
Link copied to clipboard
fun reservePath(entry: String, uniqueId: String): <Error class: unknown class>