root
Toggle table of contents
goblin-agent
Target filter
goblin-agent
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.agent
/
PlanManager
Plan
Manager
goblin-agent
class
PlanManager
(
rootPath
:
<Error class: unknown class>
)
:
DirectoryManager
Manages the plan directories.
Members
Constructors
Plan
Manager
Link copied to clipboard
goblin-agent
constructor
(
rootPath
:
<Error class: unknown class>
)
Properties
root
Link copied to clipboard
goblin-agent
val
root
:
<Error class: unknown class>
unique
Id
File
Link copied to clipboard
goblin-agent
val
uniqueIdFile
:
String
Functions
enumerate
Plans
Link copied to clipboard
goblin-agent
fun
enumeratePlans
(
descriptionFile
:
String
)
:
List
<
PlanEntry
>
Search for all the plans on the disk and present them with entries.
find
Plan
Link copied to clipboard
goblin-agent
fun
findPlan
(
path
:
String
,
descriptionFile
:
String
)
:
<Error class: unknown class>
<
<Error class: unknown class>
,
String
>
find
Unique
Id
Link copied to clipboard
goblin-agent
fun
findUniqueId
(
workPath
:
<Error class: unknown class>
)
:
String
list
Entries
Link copied to clipboard
goblin-agent
fun
listEntries
(
sessionDirectory
:
String
)
:
List
<
String
>
?
reserve
Path
Link copied to clipboard
goblin-agent
fun
reservePath
(
entry
:
String
,
uniqueId
:
String
)
:
<Error class: unknown class>