Class ConfigFilesUpdateOptions


  • public class ConfigFilesUpdateOptions
    extends Object
    • Constructor Detail

      • ConfigFilesUpdateOptions

        public ConfigFilesUpdateOptions()
    • Method Detail

      • isReloadUnchangedProjects

        public boolean isReloadUnchangedProjects()
        Returns true if projects with same settings as in configs dir should be reloaded, returns false if only projects with changes should be reloaded.
        Returns:
        see above
      • setReloadUnchangedProjects

        public void setReloadUnchangedProjects​(boolean reloadUnchangedProjects)
        Specify whether projects with same settings as in configs dir should be reloaded. By default set to false and updater reloads only projects where some changes in configs are detected.
      • getUuidChecker

        @NotNull
        public UuidChecker getUuidChecker()
      • setUuidChecker

        public void setUuidChecker​(@NotNull
                                   UuidChecker uuidChecker)