package saker.build.task.identifier
Package containing task identifier related classes for the build system.
| TaskIdentifier | Task identifiers uniquely identify a task in the build runtime. |
| BuildFileTargetTaskIdentifier | TaskIdentifier implementation for uniquely identifying a build target task invocation. |
| GlobalValueTaskIdentifier | TaskIdentifier implementation for identifying a task that is globally accessible regardless of scripting
language implementation. |
| SimpleTaskIdBuilder in TaskIdentifier | A builder class for creating simple task identifiers. |
| SimpleTaskIdentifier | Simple implementation of a task identifier. |