public class ImportUtils extends Object
| Constructor and Description |
|---|
ImportUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<RuleEntity> |
importRules(InputStream inputStream) |
static <T> List<T> |
importYamlRules(String rulesString) |
public static List<RuleEntity> importRules(InputStream inputStream) throws IOException
IOExceptionpublic static <T> List<T> importYamlRules(String rulesString) throws IOException
IOExceptionCopyright © 2018. All rights reserved.