|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyFormat | |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.property | |
| Uses of PropertyFormat in org.kuali.common.util |
|---|
| Methods in org.kuali.common.util with parameters of type PropertyFormat | |
|---|---|
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. |
| Uses of PropertyFormat in org.kuali.common.util.property |
|---|
| Methods in org.kuali.common.util.property that return PropertyFormat | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||