Class DescriptionSupplier

java.lang.Object
com.e1c.g5.v8.dt.internal.check.settings.DescriptionSupplier
All Implemented Interfaces:
Supplier<String>

public class DescriptionSupplier extends Object implements Supplier<String>
Dynamic description supplier taking it from storage as HTML content or default value from configuration of the check.
  • Constructor Details

    • DescriptionSupplier

      public DescriptionSupplier(CheckUid checkId, ICheckDescriptionStore descriptionStore)
      Instantiates a new description supplier.
      Parameters:
      checkId - the check id, cannot be null.
      descriptionStore - the description store, cannot be null.
  • Method Details