Class RepositorySystemSupplier

java.lang.Object
org.eclipse.aether.supplier.RepositorySystemSupplier
All Implemented Interfaces:
Supplier<RepositorySystem>

public class RepositorySystemSupplier extends Object implements 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