Class PropertiesCollectorBean

Object
PropertiesCollectorBean

public class PropertiesCollectorBean extends Object
A Bean containing the 3 elements defining a PropertiesCollector, the spi, the collector config and the name.
  • Field Details

    • spi

      public final String spi
    • config

      public final String config
    • propertyName

      public final String propertyName
  • Constructor Details

    • PropertiesCollectorBean

      public PropertiesCollectorBean(String spi, String config, String propertyName)
  • Method Details