Interface Ini4jConfigConstants

All Known Implementing Classes:
Ini4jConfig, Ini4jConfigSection

public interface Ini4jConfigConstants
  • Field Details

  • Method Details

    • getWellKnownTypePrefix

      default String getWellKnownTypePrefix(String filename)
      Returns:
      the implicit type prefix for the given filename, or null if none exists. Sections without a well known type prefix in an ini file with this name should be given the resulting prefix. For examples, a section like [cool section] in a file named types.ini would be renamed to be like [type cool section]