| Modifier and Type | Method and Description |
|---|---|
static Optional<Map<String,String>> |
XmlParser.parse(File file)
Loads and parses the file provided in constructor and prepares properties object with the data
|
static Optional<Map<String,String>> |
XmlParser.parse(InputStream is)
Loads and parses the XML file provided in constructor's URI and prepares map object with the data
|
static Optional<Map<String,String>> |
XmlParser.parse(URL url)
Loads and parses the XML file provided in constructor's URI and prepares map object with the data
|
Copyright © 2017. All rights reserved.