public class ConfigXmlReader extends Object
| Constructor and Description |
|---|
ConfigXmlReader() |
| Modifier and Type | Method and Description |
|---|---|
static L2Configuration |
read(File file) |
static L2Configuration |
read(InputStream is)
Read and return a L2Configuration from an xml document.
|
static L2Configuration |
read(String resourcePath)
Read and return a Migration from an xml document at the given resource path.
|
public ConfigXmlReader()
public static L2Configuration read(String resourcePath)
public static L2Configuration read(File file)
public static L2Configuration read(InputStream is)
Copyright © 2016. All rights reserved.