Interface PropertiesSource

  • All Known Implementing Classes:
    FilePropertiesSource

    public interface PropertiesSource
    Intent is to allow for a Properties object to be provided to DefaultTokenReplacer without that class knowing where the properties are retrieved from.
    • Method Detail

      • getProperties

        java.util.Properties getProperties()