public class KeyValueListParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static KeyValueListParser |
DEFAULT |
| Constructor and Description |
|---|
KeyValueListParser(String pairDelimiterRegex,
String keyValDelimiterRegex)
Create a parser that uses the given regexes to parse a list of key value pairs.
|
public static final KeyValueListParser DEFAULT
public KeyValueListParser(String pairDelimiterRegex, String keyValDelimiterRegex)
pairDelimiterRegex - the delimiter between key value pairs.keyValDelimiterRegex - the delimiter between a key and value.Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.