Interface RepositorySystem


public interface RepositorySystem
The main entry point to the repository system and its functionality. Note that obtaining a concrete implementation of this interface (e.g. via dependency injection, service locator, etc.) is dependent on the application and its specific needs, please consult the online documentation for examples and directions on booting the system.

When the repository system or the application integrating it is about to exit, invoke the shutdown() to let resolver system perform possible resource cleanups.

Restriction:
This interface is not intended to be extended by clients.
Restriction:
This interface is not intended to be implemented by clients.