Interface RepositorySystem

  • All Known Implementing Classes:
    DefaultRepositorySystem

    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.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.