| Package | Description |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.properties | |
| org.kuali.common.util.property |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
PropertyUtils.load(String location,
String encoding,
PropertyFormat format)
Return a new
Properties object loaded from location using encoding. |
static Properties |
PropertyUtils.load(String location,
String encoding,
PropertyFormat format,
boolean silent)
Return a new
Properties object loaded from location using encoding. |
| Modifier and Type | Field and Description |
|---|---|
static PropertyFormat |
Location.DEFAULT_PROPERTY_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
PropertyFormat |
Location.getFormat() |
PropertyFormat |
Location.Builder.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.format(PropertyFormat format) |
void |
Location.Builder.setFormat(PropertyFormat format) |
| Constructor and Description |
|---|
Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format) |
Location(String value,
String encoding,
Mode missingMode,
PropertyFormat format,
boolean cacheable) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyFormat |
PropertyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyFormat[] |
PropertyFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.