saker.nest Documentation TaskDoc JavaDoc Packages
package saker.nest
public final class NestRepositoryFactory implements SakerRepositoryFactory
The SakerRepositoryFactory implementation for the Nest repository.

This is the main entry point that is used to create a SakerRepository instance.

Fields
public static final String
IDENTIFIER = "nest"
The default identifier for the Nest repository.
Constructors
public
Instantiates the repository factory.
Methods
public SakerRepository
Instantiates a repository for the given repository environment.
public static final String IDENTIFIER = "nest"
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(RepositoryEnvironment).

Overridden from: SakerRepositoryFactory
Instantiates a repository for the given repository environment.
environmentThe environemnt for the repository to use.
The instantiated repository.