Interface RtParserProperties
public interface RtParserProperties
The parser configuration properties.
- Since:
- 3.17.0
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String propertyName) Gets the parser configuration property value.Gets the names of the defined parser configuration properties.
-
Method Details
-
getProperty
Gets the parser configuration property value.- Parameters:
propertyName
- the property name to get.- Returns:
- the value of the parser configuration property.
-
getPropertyNames
Gets the names of the defined parser configuration properties.- Returns:
- the set of property names.
-