|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--com.bea.p13n.util.TypedProperties | +--com.beasys.commerce.axiom.util.helper.CommercePropertiesHelper
Subclass of the typed properties class, that will return properties as longs, strings, double, etc. Also implements a way to find keys that start with a value. e.g. find me all of the keys that start with personalization.portal.
Field Summary | |
static String |
SYSTEM_PROPERTY_KEY
Deprecated. |
Fields inherited from class com.bea.p13n.util.TypedProperties |
ARRAY_DELIMITER_DEFAULT, BOOLEAN_DEFAULT, BOOLEAN_FALSE_VALUES, BOOLEAN_TRUE_VALUES, DOUBLE_DEFAULT, FLOAT_DEFAULT, HEX_DEFAULT, INT_DEFAULT, LONG_DEFAULT, MERGE_ARRAY_DELIMITER_DEFAULT, STRING_ARRAY_DEFAULT, STRING_DEFAULT |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
CommercePropertiesHelper()
Deprecated. |
Method Summary | |
static CommercePropertiesHelper |
getInstance()
Deprecated. Get the singleton instance. |
String[] |
getKeysFor(String startsWith)
Deprecated. Get all of the keys for the properties table that start with the given string. |
void |
load()
Deprecated. Load. |
static void |
main(String[] args)
Deprecated. |
Methods inherited from class com.bea.p13n.util.TypedProperties |
getPropertyAsArray, getPropertyAsArray, getPropertyAsArray, getPropertyAsArray, getPropertyAsBool, getPropertyAsBool, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsFloat, getPropertyAsHexInt, getPropertyAsHexInt, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, load, load, load, load, subsetProperties |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
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 |
Field Detail |
public static final String SYSTEM_PROPERTY_KEY
Constructor Detail |
public CommercePropertiesHelper()
Method Detail |
public static CommercePropertiesHelper getInstance()
CommercePropertiesHelper
public void load() throws IOException
IOException
public String[] getKeysFor(String startsWith)
startsWith
-
String[]
public static void main(String[] args)
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |