JobPropertyParserpublic class DefaultJobPropertiesParser extends java.lang.Object implements JobPropertyParser
| Constructor | Description |
|---|---|
DefaultJobPropertiesParser() |
| Modifier and Type | Method | Description |
|---|---|---|
DataType<?> |
parseJobProperty(java.lang.String key,
java.lang.String value) |
Parse the specified job configuration key-value pair.
|
public DataType<?> parseJobProperty(java.lang.String key, java.lang.String value)
JobPropertyParserparseJobProperty in interface JobPropertyParserDataType if this parser can parse this value.
Returns 'null' otherwise.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.