package saker.build.runtime.repository
Package containing classes related to repositories.
| BuildRepository | A build repository is a view to its enclosing SakerRepository configured for a specific build execution. |
| RepositoryBuildEnvironment | Interface representing the environment available for build repositories. |
| RepositoryEnvironment | Interface specifying the basic working environment configuration for repositories. |
| SakerRepository | Interface for repositories which are the main extension points for the build system. |
| SakerRepositoryFactory | Stateless factory class for instantiation of repositories. |
| RepositoryException | Exception for reporting any repository related issues. |
| TaskNotFoundException | Exception for reporting the scenario when a task lookup by name failed to yield any result. |