| Constructor and Description |
|---|
SecurityActions() |
| Modifier and Type | Method and Description |
|---|---|
static Field[] |
getFields(Class<?> clazz) |
static Method[] |
getMethods(Class<?> clazz) |
static String |
getSystemProperty(String key) |
public static String getSystemProperty(String key)
key - System.getProperty(String)public static Method[] getMethods(Class<?> clazz)
clazz - Class.getMethods()public static Field[] getFields(Class<?> clazz)
clazz - Class.getFields()Copyright © 2014. All Rights Reserved.