Class OsmosisConstants.SymbolConstants.PostProcessConstants
java.lang.Object
com.bluebell.greenhouse.osmosis.constants.OsmosisConstants.SymbolConstants.PostProcessConstants
- Enclosing class:
OsmosisConstants.SymbolConstants
Constants for symbol registry post-processing.
- Version:
- 2.0.2
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCleanup-exchanges argument name.static final StringResolve-review argument name.static final booleanDefault cleanup-exchanges flag value.static final booleanDefault resolve-review flag value.static final StringHelp text for the symbol post-process CLI.Set of supported arguments for the symbol post-process engagement.static final doubleConfidence threshold used when automatically resolving review flags. -
Method Summary
-
Field Details
-
ARG_RESOLVE_REVIEWS
-
ARG_CLEAN_UP_EXCHANGES
-
DEFAULT_RESOLVE_REVIEWS
public static final boolean DEFAULT_RESOLVE_REVIEWSDefault resolve-review flag value.- See Also:
-
DEFAULT_CLEAN_UP_EXCHANGES
public static final boolean DEFAULT_CLEAN_UP_EXCHANGESDefault cleanup-exchanges flag value.- See Also:
-
REVIEW_RESOLUTION_CONFIDENCE_THRESHOLD
public static final double REVIEW_RESOLUTION_CONFIDENCE_THRESHOLDConfidence threshold used when automatically resolving review flags.- See Also:
-
POST_PROCESS_SUPPORTED_ARGS
-
POST_PROCESS_CLI_HELP_TEXT
Help text for the symbol post-process CLI.- See Also:
-