| Package | Description |
|---|---|
| org.kuali.common.util.spring.env |
| Modifier and Type | Method and Description |
|---|---|
static EnvContext<Boolean> |
EnvContext.newBoolean(String key,
Boolean defaultValue) |
static <T> EnvContext<T> |
EnvContext.newCtx(String key,
Class<T> type,
T defaultValue) |
static EnvContext<File> |
EnvContext.newFile(String key,
File defaultValue) |
static EnvContext<Integer> |
EnvContext.newInteger(String key,
Integer defaultValue) |
static EnvContext<String> |
EnvContext.newString(String key,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BasicEnvironmentService.getProperty(EnvContext<T> context) |
<T> T |
EnvironmentService.getProperty(EnvContext<T> context) |
<T> T |
DefaultEnvironmentService.getProperty(EnvContext<T> context)
Deprecated.
|
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.