public class DefaultJobPropertiesParser extends Object implements JobPropertyParser
| Constructor and Description |
|---|
DefaultJobPropertiesParser() |
| Modifier and Type | Method and Description |
|---|---|
DataType<?> |
parseJobProperty(String key,
String value)
Parse the specified job configuration key-value pair.
|
public DataType<?> parseJobProperty(String key, String value)
JobPropertyParserparseJobProperty in interface JobPropertyParserDataType if this parser can parse this value.
Returns 'null' otherwise.Copyright © 2018 CERN. All Rights Reserved.