public final class QuotedPropertyParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QuotedPropertyParser.QuotedParseState |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
parse(CharSequence seq) |
static void |
parse(CharSequence string,
Map<? super String,? super String> propertyMap) |
public static Map<String,String> parse(CharSequence seq)
public static void parse(CharSequence string, Map<? super String,? super String> propertyMap)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.