net.sf.ehcache.util
public final class PropertyUtil extends Object
Version: $Id: PropertyUtil.java 52 2006-04-24 14:50:03Z gregluck $
Method Summary | |
---|---|
static String | extractAndLogProperty(String name, Properties properties) |
static Properties | parseProperties(String propertiesString)
Parse properties supplied as a comma separated list into a Properties object |
Returns: null if their is no property for the key, or their are no properties
Properties
objectParameters: propertiesString a comma separated list such as "propertyA=s, propertyB=t"
Returns: a newly constructed properties object