subkt / myaa.subkt.tasks / TaskContext
class TaskContext : BaseContext (source)
AbstractContext implementation for getting properties in a task context.
Will look for variables in the following places:
- The extra properties of the task
- The loaded SubProperties properties, searched using the current entry and release
- The current task, if the variable matches the name of the task
- The dependencies of the current task
| Name | Summary |
|---|---|
| <init> | TaskContext(task: Task)AbstractContext implementation for getting properties in a task context. |
| Name | Summary |
|---|---|
| task | val task: Task |
| Name | Summary |
|---|---|
| doGet | fun doGet(key: String): Any? |
| Name | Summary |
|---|---|
| internalContainsKey | open fun internalContainsKey(key: String?): Boolean |
| internalGet | open fun internalGet(key: String): Any? |
| internalGetKeys | open fun internalGetKeys(): Nothing |
| internalPut | open fun internalPut(key: String, value: Any?): Any? |
| internalRemove | open fun internalRemove(key: String?): Any? |