Package io.quarkus.test.utils
Class PropertiesUtils
- java.lang.Object
-
- io.quarkus.test.utils.PropertiesUtils
-
public final class PropertiesUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfromMap(Map<String,String> map, Path target)static StringresolveProperty(String value)Try to resolve the value property from the value if the content is contained between ${xxx}.static Map<String,String>toMap(InputStream is)static Map<String,String>toMap(String propertiesFile)static Map<String,String>toMap(Path path)
-