Class PreprRepositoryImpl

  • All Implemented Interfaces:
    PreprRepository

    @Named
    public class PreprRepositoryImpl
    extends Object
    implements PreprRepository
    Provides the actual implementation of PreprRepository. This is implemented by being a rest client, so it has to be configured with credentials. * This can be done by code (using PreprRepositoryClient#builder(), using config file configuredInUserHome(String)} or using some IoC-framework (depending on the Inject and Named annotations on the constructor.
    Since:
    0.3
    Author:
    Michiel Meeuwissen