Package cdc.issues.rules
Class RuleId
java.lang.Object
cdc.issues.rules.RuleId
- All Implemented Interfaces:
Comparable<RuleId>
Rule identifier.
It is composed of a domain and a name (in the domain).
- Author:
- Damien Carbonne
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuleId
Creates a RuleId.- Parameters:
domain- The domain name.name- The rule name.- Throws:
IllegalArgumentException- Whendomainornameisnull.
-
RuleId
Creates a RuleId.- Parameters:
domain- The domain name.name- The rule name.- Throws:
IllegalArgumentException- Whendomainornameisnull.
-
-
Method Details