package saker.nest
The SakerRepositoryFactory implementation for the Nest repository.
This is the main entry point that is used to create a SakerRepository instance.
public static final String | IDENTIFIER = "nest" The default identifier for the Nest repository. |
public | Instantiates the repository factory. |
public SakerRepository | create( Instantiates a repository for the given repository environment. |
The default identifier for the Nest repository.
Instantiates the repository factory.
As the repository factory is stateless, an instance is only required for the ServiceLoader
implementation, and to call create(
Overridden from: SakerRepositoryFactory
Instantiates a repository for the given repository environment.
environmentThe environemnt for the repository to use.
The instantiated repository.