Class DefaultRepositorySystemSession

  • All Implemented Interfaces:
    RepositorySystemSession

    public final class DefaultRepositorySystemSession
    extends Object
    implements RepositorySystemSession
    A simple repository system session.

    Note: This class is not thread-safe. It is assumed that the mutators get only called during an initialization phase and that the session itself is not changed once initialized and being used by the repository system. It is recommended to call setReadOnly() once the session has been fully initialized to prevent accidental manipulation of it afterwards.