Package org.sonar.api.server.rule
Class EducationPrincipleKeyFormat
- java.lang.Object
-
- org.sonar.api.server.rule.EducationPrincipleKeyFormat
-
public class EducationPrincipleKeyFormat extends java.lang.ObjectThe characters allowed for the education principle keys are limited by the following regex pattern: "^[a-z0-9_]+$"
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_MESSAGE_SUFFIX
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidate(java.lang.String educationPrincipleKey)
-
-
-
Field Detail
-
ERROR_MESSAGE_SUFFIX
public static final java.lang.String ERROR_MESSAGE_SUFFIX
- See Also:
- Constant Field Values
-
-