|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.beasys.commerce.axiom.util.TypedProperties
@Deprecated public class TypedProperties
Extension of properties class to return typed versions of your properties.
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
TypedProperties()
Deprecated Default constructor. |
|
| Method Summary | |
|---|---|
String[] |
getPropertyAsArray(String aPropertyName)
Deprecated If a property has a comma separated list, this method will parse it into a String array. |
boolean |
getPropertyAsBool(String aPropertyName)
Deprecated Get a boolean property value. |
boolean |
getPropertyAsBool(String aPropertyName,
boolean def)
Deprecated Get a boolean property value. |
double |
getPropertyAsDouble(String aPropertyName)
Deprecated Get the property as a double value. |
float |
getPropertyAsFloat(String aPropertyName)
Deprecated Get the property as a float value. |
double |
getPropertyAsFloat(String aPropertyName,
double def)
Deprecated Get the property as a double value. |
float |
getPropertyAsFloat(String aPropertyName,
float def)
Deprecated Get the property as a float value. |
int |
getPropertyAsInt(String aPropertyName)
Deprecated Look for a property and return it as an int. |
int |
getPropertyAsInt(String aPropertyName,
int def)
Deprecated Look for a property and return it as an int. |
long |
getPropertyAsLong(String aPropertyName)
Deprecated Get the property as a long value. |
long |
getPropertyAsLong(String aPropertyName,
long def)
Deprecated Get the property as a long value. |
String |
getPropertyAsString(String aPropertyName)
Deprecated Just does getProperty. |
int |
getPropertyHexAsInt(String aPropertyName)
Deprecated Return a hex representation of a number as a base 10 int. |
int |
getPropertyHexAsInt(String aPropertyName,
int def)
Deprecated Return a hex representation of a number as a base 10 int. |
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypedProperties()
| Method Detail |
|---|
public int getPropertyAsInt(String aPropertyName,
int def)
aPropertyName - the property name.def - the default int value if the property is not found.
public int getPropertyAsInt(String aPropertyName)
aPropertyName - the property name.
public int getPropertyHexAsInt(String aPropertyName,
int def)
aPropertyName - the property name to look for.def - the default value.
public int getPropertyHexAsInt(String aPropertyName)
aPropertyName - the property name to look for.
public long getPropertyAsLong(String aPropertyName,
long def)
aPropertyName - the property name.def - the default value.
public long getPropertyAsLong(String aPropertyName)
aPropertyName - the property name.
public float getPropertyAsFloat(String aPropertyName,
float def)
aPropertyName - the property name.def - the default value.
public float getPropertyAsFloat(String aPropertyName)
aPropertyName - the property name.
public double getPropertyAsFloat(String aPropertyName,
double def)
aPropertyName - the property name.def - the default value.
public double getPropertyAsDouble(String aPropertyName)
aPropertyName - the property name.
public String getPropertyAsString(String aPropertyName)
aPropertyName - the property name.
public boolean getPropertyAsBool(String aPropertyName,
boolean def)
aPropertyName - the property namedef - the default value
public boolean getPropertyAsBool(String aPropertyName)
aPropertyName - the property name
public String[] getPropertyAsArray(String aPropertyName)
String - the property name.
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||