Class PropertyUtil
- java.lang.Object
-
- org.kie.server.services.taskassigning.planning.util.PropertyUtil
-
public class PropertyUtil extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePropertyUtil.PropertyParser<T,E extends Exception>
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,E extends Exception>
TreadSystemProperty(String propertyName, T defaultValue, PropertyUtil.PropertyParser<T,E> parser)
-
-
-
Method Detail
-
readSystemProperty
public static <T,E extends Exception> T readSystemProperty(String propertyName, T defaultValue, PropertyUtil.PropertyParser<T,E> parser)
-
-