public static class ConfigUpgradeChangeDefinition.ConditionalField extends Object
Modifier and Type | Field and Description |
---|---|
String |
ifKey
The key to read for the if condition.
|
PropertyKeyState |
ifKeyState
The property key state for the if condition
|
String |
ifType
The config type to read for the if condition.
|
String |
ifValue
The property value to compare against for the if condition.
|
ConfigUpgradeChangeDefinition.IfValueMatchType |
ifValueMatchType
the way how to search the value:
IfValueMatchType.EXACT - full comparison
IfValueMatchType.PARTIAL - search for substring in string |
boolean |
ifValueNotMatched
Reverse search value result to opposite by allowing
operation to be executed when value not found
|
Constructor and Description |
---|
ConditionalField() |
public String ifKey
public String ifType
public String ifValue
public boolean ifValueNotMatched
public ConfigUpgradeChangeDefinition.IfValueMatchType ifValueMatchType
IfValueMatchType.EXACT
- full comparison
IfValueMatchType.PARTIAL
- search for substring in stringpublic PropertyKeyState ifKeyState
Copyright © 2022 Apache Software Foundation. All rights reserved.