Class JCARepositoryManager


  • public final class JCARepositoryManager
    extends Object
    This class implements the repository manager.
    • Field Detail

      • CLASSPATH_CONFIG_PREFIX

        public static final String CLASSPATH_CONFIG_PREFIX
        The config file prefix that signifies the file is to be loaded from the classpath.
        See Also:
        Constant Field Values
    • Method Detail

      • shutdown

        public void shutdown()
        Shutdown all the repositories.
      • isAutoShutdown

        public boolean isAutoShutdown()
      • setAutoShutdown

        public void setAutoShutdown​(boolean autoShutdown)
      • autoShutdownRepository

        public void autoShutdownRepository​(Map<String,​String> parameters)
        Try to shutdown the repository only if autoShutdown is true.