Interface MacroExpandEnabled

All Known Implementing Classes:
AMechanism, ExistsMechanism, ExpModifier, GenericMechanism, IncludeMechanism, IP4Mechanism, IP6Mechanism, MXMechanism, PTRMechanism, RedirectModifier

public interface MacroExpandEnabled
Components that need to log can implement this interface so that the container will provide the DNSService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Provide component with a DNSService.
  • Method Details

    • enableMacroExpand

      void enableMacroExpand(MacroExpand macroExpand)
      Provide component with a DNSService.
      Parameters:
      macroExpand - the macroExpand service. Must not be null.