public class YamlUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static Properties |
getPropertiesFromYamlResource(String activeProfile,
URL resource) |
static Properties |
getPropertiesFromYamlResource(URL resource) |
static Properties |
getPropertiesFromYamlString(String yamlString) |
static boolean |
isYaml(File file) |
static List<File> |
listYamls(File directory) |
public static Properties getPropertiesFromYamlResource(URL resource)
protected static Properties getPropertiesFromYamlResource(String activeProfile, URL resource)
public static Properties getPropertiesFromYamlString(String yamlString) throws IOException
IOExceptionpublic static boolean isYaml(File file)
Copyright © 2024. All rights reserved.