Class MatchRuleParser
java.lang.Object
org.freedesktop.dbus.matchrules.MatchRuleParser
Utility to read match rule strings.
- Since:
- 5.2.0 - 2025-05-03
- Author:
- hypfvieh
-
Method Summary
Modifier and TypeMethodDescriptionstatic DBusMatchRuleconvertMatchRule(String _ruleStr) Creates a DBusMatchRule from a rule string as used on DBus.parseMatchRule(String _ruleStr) Reads a DBusMatchRule-String to a Map.
-
Method Details
-
convertMatchRule
Creates a DBusMatchRule from a rule string as used on DBus.- Parameters:
_ruleStr- rule string- Returns:
- DBusMatchRule
- Throws:
MatchRuleInvalid- when rule is invalid
-
parseMatchRule
-