public class PropertyUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyUtil.PropertyParser<T,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
readSystemProperty(String propertyName,
T defaultValue,
PropertyUtil.PropertyParser<T,E> parser) |
public static <T,E extends Exception> T readSystemProperty(String propertyName, T defaultValue, PropertyUtil.PropertyParser<T,E> parser)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.