public class TestableAbstractCustomLintingRuleFactory extends AbstractCustomLintingRuleFactory<TestableAbstractCustomLintingRule>
AbstractCustomLintingRuleFactory for testing purposes.| Constructor and Description |
|---|
TestableAbstractCustomLintingRuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<TestableAbstractCustomLintingRule> |
createCustomRule(Properties parameters)
Creates an instance of
TestableAbstractCustomLintingRule for testing purposes. |
public TestableAbstractCustomLintingRuleFactory()
public Optional<TestableAbstractCustomLintingRule> createCustomRule(Properties parameters)
TestableAbstractCustomLintingRule for testing purposes.
createCustomRule in class AbstractCustomLintingRuleFactory<TestableAbstractCustomLintingRule>Copyright © 2020. All rights reserved.