Class PropertiesFileLoader


  • @Singleton
    public class PropertiesFileLoader
    extends Object
    Loads a properties file.
    • Constructor Detail

      • PropertiesFileLoader

        @Inject
        public PropertiesFileLoader​(FileIO fileIO)
        The constructor for dependency injection.
        Parameters:
        fileIO - The FileIO instance.