public class Parser extends Object
| Modifier and Type | Method and Description |
|---|---|
static Rule |
parse(String rulename,
File file) |
static Rule |
parse(String rulename,
InputStream in) |
static Rule |
parse(String rulename,
String string) |
public static Rule parse(String rulename, String string) throws IllegalArgumentException, ParserException
public static Rule parse(String rulename, InputStream in) throws IllegalArgumentException, IOException, ParserException
public static Rule parse(String rulename, File file) throws IllegalArgumentException, IOException, ParserException
Copyright © 2021 WSO2. All rights reserved.