Class ConfigurationDataCollector

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class ConfigurationDataCollector
    extends HBBaseDataCollector
    implements org.springframework.beans.factory.InitializingBean
    A collector of data related to repository configuration data for HeartBeat.
    Author:
    mpopa
    • Constructor Detail

      • ConfigurationDataCollector

        public ConfigurationDataCollector​(String collectorId,
                                          String collectorVersion,
                                          String cronExpression)
    • Method Detail

      • setCurrentRepoDescriptorDAO

        public void setCurrentRepoDescriptorDAO​(DescriptorDAO currentRepoDescriptorDAO)
      • setSmartFoldersBundle

        public void setSmartFoldersBundle​(SpringExtensionBundle smartFoldersBundle)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception