public class Properties extends Object
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getAny() |
Object |
getProperty(String key) |
<T> T |
getProperty(String propertyKey,
Class<T> tClass) |
<T> T |
getProperty(String propertyKey,
T defaultValue,
Class<T> tClass) |
void |
include(Properties includeProperties) |
void |
setProperty(String key,
Object value) |
int |
size() |
public void include(Properties includeProperties)
public int size()
Copyright © 2017 JBoss by Red Hat. All rights reserved.