Class PropertyFilePropertySource

    • Field Detail

      • LOGGER

        private static final Logger LOGGER
    • Constructor Detail

      • PropertyFilePropertySource

        public PropertyFilePropertySource​(java.lang.String fileName)
      • PropertyFilePropertySource

        public PropertyFilePropertySource​(java.lang.String fileName,
                                          boolean useTccl)
        Since:
        2.18.0
    • Method Detail

      • loadPropertiesFile

        private static java.util.Properties loadPropertiesFile​(java.lang.String fileName,
                                                               boolean useTccl)