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)
JobPropertyParser
parseJobProperty
in interface JobPropertyParser
DataType
if this parser can parse this value.
Returns 'null' otherwise.Copyright © 2013 Apache Software Foundation. All rights reserved.