public class SclParser
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<ServerModel> |
parse(java.io.InputStream is) |
|
static java.util.List<ServerModel> |
parse(java.lang.String sclFilePath) |
public static java.util.List<ServerModel> parse(java.io.InputStream is) throws SclParseException
SclParseExceptionpublic static java.util.List<ServerModel> parse(java.lang.String sclFilePath) throws SclParseException
SclParseException