package saker.build.runtime.repository
public interface SakerRepositoryFactory
Stateless factory class for instantiation of repositories.
Implementations of this class should have a public no-arg constructor.
This class might by used by the ServiceLoader mechanism.
public SakerRepository | create( Instantiates a repository for the given repository environment. |
Instantiates a repository for the given repository environment.
environmentThe environemnt for the repository to use.
The instantiated repository.