Class JavaRefactorerProperties
java.lang.Object
eu.solven.cleanthat.engine.java.refactorer.JavaRefactorerProperties
- All Implemented Interfaces:
ICleanthatStepParametersProperties
The configuration of
JavaRefactorer
.
'excluded' and 'included': we include any rule which is included (by exact match, or if '*' is included), and not
excluded (by exact match)- Author:
- Benoit Lacelle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JavaRefactorerProperties
defaults()
getCustomProperty
(String key)
-
Field Details
-
WILDCARD
- See Also:
-
-
Constructor Details
-
JavaRefactorerProperties
public JavaRefactorerProperties()
-
-
Method Details
-
getCustomProperty
- Specified by:
getCustomProperty
in interfaceICleanthatStepParametersProperties
-
defaults
-