Package ratpack.func
Class PropertiesUtil
- java.lang.Object
-
- ratpack.func.PropertiesUtil
-
public class PropertiesUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
extractProperties(String propertyPrefix, Properties properties, Map<? super String,? super String> destination)
static boolean
flatEquals(Properties a, Properties b)
-
-
-
Method Detail
-
extractProperties
public static void extractProperties(String propertyPrefix, Properties properties, Map<? super String,? super String> destination)
-
flatEquals
public static boolean flatEquals(Properties a, Properties b)
-
-