|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ properties overview ] | PREV NEXT | ||||||||
C
- clearProperties() - Method in class com.aendvari.common.properties.Properties
- Clears (removes) all properties.
- cloneProperties() - Method in class com.aendvari.common.properties.Properties
- Returns a duplicate of this
Properties. - cloneProperties(Properties) - Method in class com.aendvari.common.properties.Properties
- Duplicates the supplied
Properties. - com.aendvari.common.properties - package com.aendvari.common.properties
G
- getBoolean(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
booleanvalue of the specified property. - getByte(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
bytevalue of the specified property. - getDouble(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
doublevalue of the specified property. - getFloat(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
floatvalue of the specified property. - getInt(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
intvalue of the specified property. - getLong(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
longvalue of the specified property. - getObject(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
Objectvalue of the specified property. - getProperties(String, boolean) - Method in class com.aendvari.common.properties.Properties
- Selects the properties specified by the query expression.
- getProperties(Collection, boolean, Map) - Method in class com.aendvari.common.properties.Properties
- Selects the properties specified by the query expression.
- getShort(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
shortvalue of the specified property. - getString(String) - Method in class com.aendvari.common.properties.Properties
- Returns the
String value of the specified property.
P
- Properties - class com.aendvari.common.properties.Properties.
- Provides the ability to store property values in a hierarchy.
- Properties() - Constructor for class com.aendvari.common.properties.Properties
- Constructs a
Propertiesinstance. - Properties(Properties) - Constructor for class com.aendvari.common.properties.Properties
- Constructs a
Propertiesinstance from anotherProperties. - propertyExists(String) - Method in class com.aendvari.common.properties.Properties
- Returns true if the specified property exists.
R
- removeProperty(String) - Method in class com.aendvari.common.properties.Properties
- Removes the specified property and all of its children.
S
- setBoolean(String, boolean) - Method in class com.aendvari.common.properties.Properties
- Sets the
booleanvalue of the specified property. - setByte(String, byte) - Method in class com.aendvari.common.properties.Properties
- Sets the
bytevalue of the specified property. - setDouble(String, double) - Method in class com.aendvari.common.properties.Properties
- Sets the
doublevalue of the specified property. - setFloat(String, float) - Method in class com.aendvari.common.properties.Properties
- Sets the
floatvalue of the specified property. - setInt(String, int) - Method in class com.aendvari.common.properties.Properties
- Sets the
intvalue of the specified property. - setLong(String, long) - Method in class com.aendvari.common.properties.Properties
- Sets the
longvalue of the specified property. - setObject(String, Object) - Method in class com.aendvari.common.properties.Properties
- Sets the
Objectvalue of the specified property. - setShort(String, short) - Method in class com.aendvari.common.properties.Properties
- Sets the
shortvalue of the specified property. - setString(String, String) - Method in class com.aendvari.common.properties.Properties
- Sets the
Stringvalue of the specified property.
C G P R S
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ properties overview ] | PREV NEXT | ||||||||