package saker.build.runtime.execution
Package containing execution related classes for the build system.
| ExceptionFormat in SakerLog | Interface for defining how a given exception should be displayed to the stream. |
| ExecutionContext | Provides access to executional services provided by the build runtime. |
| ExecutionDirectoryContext | Container for the base directories used during build execution. |
| ExecutionDirectoryPathContext | Container providing acces to the base directory paths used during build execution. |
| ExecutionProperty | Specifies a property which can be derived from the build execution context. |
| FileDataComputer | Interface specifying a method to compute derived data from files. |
| SecretInputReader | Interface for reading a secret character sequence from a given source. |
| TargetConfiguration | Target configuration is a container interface for build targets. |
| SakerLog | Logging utility class for printing formatted data to the specified output. |
| CommonExceptionFormat in SakerLog | Common ExceptionFormat implementation enumeration. |