Class AbstractForwardingRepositorySystemSession

java.lang.Object
org.eclipse.aether.AbstractForwardingRepositorySystemSession
All Implemented Interfaces:
RepositorySystemSession

A special repository system session to enable decorating or proxying another session. To do so, clients have to create a subclass and implement getSession(), and optionally override other methods.