Skip navigation links
C E F G I K L M R V 

C

CaptureGroup - Class in ga.rugal.maven.plugin
Define rules to be enforced on a capture group.
CaptureGroup() - Constructor for class ga.rugal.maven.plugin.CaptureGroup
 
CaseRule - Class in ga.rugal.maven.plugin.rule
Check case format of text.
CaseRule() - Constructor for class ga.rugal.maven.plugin.rule.CaseRule
 
check(String) - Method in class ga.rugal.maven.plugin.RuleChecker
Check a matched string with given rules.

E

execute() - Method in class ga.rugal.maven.plugin.MessageValidatorMojo
 

F

fitMax(String, int) - Static method in class ga.rugal.maven.plugin.rule.LengthRule
Check text length is no more than max.
fitMin(String, int) - Static method in class ga.rugal.maven.plugin.rule.LengthRule
Check text length is no less than min.

G

ga.rugal.maven.plugin - package ga.rugal.maven.plugin
 
ga.rugal.maven.plugin.rule - package ga.rugal.maven.plugin.rule
 

I

isKebabCase(String) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check specifically for kebab case.
this-is-kebab-case-which-comes-from-lisp
isLowerCamelCase(String) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check specifically for lower camel case.
thisIsLowerCamelCase
isLowerCase(String) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check specifically for lower case.
this is lower case / thisisalsolowercase
isSentenceCase(String) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check specifically for sentence case.
This is sentence case / It's first character of first word is capitalized
isSnakeCase(String) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check specifically for snake case.
this_is_snake_case / which_is_used_a_lot_in_database_table_design
isUpperCamelCase(String) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check specifically for upper camel case.
ThisIsUpperCamelCase
isUpperCase(String) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check specifically for upper case.
THIS IS UPPER CASE / THISISALSOUPPERCASE

K

Kase - Enum in ga.rugal.maven.plugin.rule
 

L

LengthRule - Class in ga.rugal.maven.plugin.rule
Check length related rules.
LengthRule() - Constructor for class ga.rugal.maven.plugin.rule.LengthRule
 

M

MessageValidatorMojo - Class in ga.rugal.maven.plugin
Validate Git commit message.
MessageValidatorMojo() - Constructor for class ga.rugal.maven.plugin.MessageValidatorMojo
 

R

RuleChecker - Class in ga.rugal.maven.plugin
To check rules against a matched string.
RuleChecker() - Constructor for class ga.rugal.maven.plugin.RuleChecker
 

V

validate(String, Kase) - Static method in class ga.rugal.maven.plugin.rule.CaseRule
Check text with given format.
valueOf(String) - Static method in enum ga.rugal.maven.plugin.rule.Kase
Returns the enum constant of this type with the specified name.
values() - Static method in enum ga.rugal.maven.plugin.rule.Kase
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G I K L M R V 
Skip navigation links

Copyright © 2017. All rights reserved.