Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C G P R S

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 boolean value of the specified property.
getByte(String) - Method in class com.aendvari.common.properties.Properties
Returns the byte value of the specified property.
getDouble(String) - Method in class com.aendvari.common.properties.Properties
Returns the double value of the specified property.
getFloat(String) - Method in class com.aendvari.common.properties.Properties
Returns the float value of the specified property.
getInt(String) - Method in class com.aendvari.common.properties.Properties
Returns the int value of the specified property.
getLong(String) - Method in class com.aendvari.common.properties.Properties
Returns the long value of the specified property.
getObject(String) - Method in class com.aendvari.common.properties.Properties
Returns the Object value 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 short value 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 Properties instance.
Properties(Properties) - Constructor for class com.aendvari.common.properties.Properties
Constructs a Properties instance from another Properties.
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 boolean value of the specified property.
setByte(String, byte) - Method in class com.aendvari.common.properties.Properties
Sets the byte value of the specified property.
setDouble(String, double) - Method in class com.aendvari.common.properties.Properties
Sets the double value of the specified property.
setFloat(String, float) - Method in class com.aendvari.common.properties.Properties
Sets the float value of the specified property.
setInt(String, int) - Method in class com.aendvari.common.properties.Properties
Sets the int value of the specified property.
setLong(String, long) - Method in class com.aendvari.common.properties.Properties
Sets the long value of the specified property.
setObject(String, Object) - Method in class com.aendvari.common.properties.Properties
Sets the Object value of the specified property.
setShort(String, short) - Method in class com.aendvari.common.properties.Properties
Sets the short value of the specified property.
setString(String, String) - Method in class com.aendvari.common.properties.Properties
Sets the String value of the specified property.

C G P R S