Class | Description |
---|---|
LowerCamelCaseConfigNodeNameRefactoringConsumer |
Changes the names of
ConfigNode's
according to the lpperCamelCase naming standard |
LowercaseConfigNodeNameRefactoringConsumer |
Changes the names of
ConfigNode's
according to the lowercase naming standard |
LowercaseDashesConfigNodeNameRefactoringConsumer |
Changes the names of
ConfigNode's
according to the lowercase_dashes naming standard |
UpperCamelCaseConfigNodeNameRefactoringConsumer |
Changes the names of
ConfigNode's
according to the UpperCamelCase naming standard |
UppercaseConfigNodeNameRefactoringConsumer |
Changes the names of
ConfigNode's
according to the UPPERCASE naming standard |
UppercaseDashesConfigNodeNameRefactoringConsumer |
Changes the names of
ConfigNode's
according to the UPPERCASE_DASHES naming standard |
WhitespaceConsolidationConfigNodeNameRefactoringConsumer |
Consolidates white-spaces in the names of
ConfigNode's . |