Interface PropertiesFileParser

All Known Implementing Classes:
PropertiesFileParserImpl

public interface PropertiesFileParser
Used when constructing a component's Messages object. Responsible for reading the contents of an individual Resource.
Since:
5.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Read the contents of the file (which is expected to exist) and return it as a Map of string keys and values (as CaseInsensitiveMap should be used.