Interface SystemPropertyProvider

  • All Known Implementing Classes:
    DefaultIndyConfiguration

    public interface SystemPropertyProvider
    After the IndyConfigFactory loads configuration from disk into an IndyConfigInfo instance, if that instance implements SystemPropertyProvider the config factory will query it for properties to be added. Created by jdcasey on 3/10/16.
    • Method Detail

      • getSystemPropertyAdditions

        Properties getSystemPropertyAdditions()