Package io.quarkus.test.utils
Class PropertiesUtils
- java.lang.Object
-
- io.quarkus.test.utils.PropertiesUtils
-
public final class PropertiesUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_PREFIXstatic StringRESOURCE_WITH_DESTINATION_PREFIXstatic StringRESOURCE_WITH_DESTINATION_PREFIX_MATCHERstatic StringRESOURCE_WITH_DESTINATION_SPLIT_CHARstatic StringSECRET_PREFIXstatic StringSLASHstatic PathTARGET
-
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)
-
-
-
Field Detail
-
RESOURCE_PREFIX
public static final String RESOURCE_PREFIX
- See Also:
- Constant Field Values
-
RESOURCE_WITH_DESTINATION_PREFIX
public static final String RESOURCE_WITH_DESTINATION_PREFIX
- See Also:
- Constant Field Values
-
RESOURCE_WITH_DESTINATION_SPLIT_CHAR
public static final String RESOURCE_WITH_DESTINATION_SPLIT_CHAR
- See Also:
- Constant Field Values
-
RESOURCE_WITH_DESTINATION_PREFIX_MATCHER
public static final String RESOURCE_WITH_DESTINATION_PREFIX_MATCHER
- See Also:
- Constant Field Values
-
SECRET_PREFIX
public static final String SECRET_PREFIX
- See Also:
- Constant Field Values
-
TARGET
public static final Path TARGET
-
SLASH
public static final String SLASH
-
-