Interface HasConfiguration

All Known Implementing Classes:
CertificateStore, JasperReportBuilder, Template

public interface HasConfiguration
Indicates that the ConfigurationFactory should inject the configuration object into the object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the configuration that the object belongs to.
  • Method Details

    • setConfiguration

      void setConfiguration(Configuration configuration)
      Set the configuration that the object belongs to.
      Parameters:
      configuration - the configuration object