Interface RtParserProperties


public interface RtParserProperties
The parser configuration properties.
Since:
3.17.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperty(String propertyName)
    Gets the parser configuration property value.
    Gets the names of the defined parser configuration properties.
  • Method Details

    • getProperty

      @Nullable String getProperty(@NotNull String propertyName)
      Gets the parser configuration property value.
      Parameters:
      propertyName - the property name to get.
      Returns:
      the value of the parser configuration property.
    • getPropertyNames

      @NotNull Set<String> getPropertyNames()
      Gets the names of the defined parser configuration properties.
      Returns:
      the set of property names.