Class RepositorySystemSupplier

  • All Implemented Interfaces:
    java.util.function.Supplier<RepositorySystem>

    public class RepositorySystemSupplier
    extends java.lang.Object
    implements java.util.function.Supplier<RepositorySystem>
    A simple Supplier of RepositorySystem instances, that on each call supplies newly constructed instance. For proper shut down, use RepositorySystem.shutdown() method on supplied instance(s).

    Extend this class and override methods to customize, if needed.

    Since:
    1.9.15