public final class ConfigParsers
extends java.lang.Object
ConfigParser implementations.ConfigParser| Modifier and Type | Method | Description |
|---|---|---|
static ConfigParser |
properties() |
Returns a
ConfigParser implementation that parses Java Properties content
(the media type "text/x-java-properties"). |
public static ConfigParser properties()
ConfigParser implementation that parses Java Properties content
(the media type "text/x-java-properties").
ConfigParser that parses Java Properties contentCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.