public final class DebugLoggingPropertySet extends Object implements com.opensymphony.module.propertyset.PropertySet, Serializable
PropertySet.| Constructor and Description |
|---|
DebugLoggingPropertySet(com.opensymphony.module.propertyset.PropertySet delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String key) |
Object |
getAsActualType(String key) |
boolean |
getBoolean(String key) |
byte[] |
getData(String key) |
Date |
getDate(String key) |
double |
getDouble(String key) |
int |
getInt(String key) |
Collection |
getKeys() |
Collection |
getKeys(int type) |
Collection |
getKeys(String prefix) |
Collection |
getKeys(String prefix,
int type) |
long |
getLong(String key) |
Object |
getObject(String key) |
Properties |
getProperties(String key) |
com.opensymphony.module.propertyset.PropertySetSchema |
getSchema() |
String |
getString(String key) |
String |
getText(String key) |
int |
getType(String key) |
Document |
getXML(String key) |
void |
init(Map config,
Map args) |
boolean |
isSettable(String property) |
void |
remove(String key) |
void |
setAsActualType(String key,
Object value) |
void |
setBoolean(String key,
boolean value) |
void |
setData(String key,
byte[] value) |
void |
setDate(String key,
Date value) |
void |
setDouble(String key,
double value) |
void |
setInt(String key,
int value) |
void |
setLong(String key,
long value) |
void |
setObject(String key,
Object value) |
void |
setProperties(String key,
Properties value) |
void |
setSchema(com.opensymphony.module.propertyset.PropertySetSchema schema) |
void |
setString(String key,
String value) |
void |
setText(String key,
String value) |
void |
setXML(String key,
Document value) |
boolean |
supportsType(int type) |
boolean |
supportsTypes() |
String |
toString() |
public DebugLoggingPropertySet(com.opensymphony.module.propertyset.PropertySet delegate)
public void setSchema(com.opensymphony.module.propertyset.PropertySetSchema schema)
throws com.opensymphony.module.propertyset.PropertyException
setSchema in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic com.opensymphony.module.propertyset.PropertySetSchema getSchema()
throws com.opensymphony.module.propertyset.PropertyException
getSchema in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setAsActualType(String key, Object value) throws com.opensymphony.module.propertyset.PropertyException
setAsActualType in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Object getAsActualType(String key) throws com.opensymphony.module.propertyset.PropertyException
getAsActualType in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setBoolean(String key, boolean value) throws com.opensymphony.module.propertyset.PropertyException
setBoolean in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic boolean getBoolean(String key) throws com.opensymphony.module.propertyset.PropertyException
getBoolean in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setData(String key, byte[] value) throws com.opensymphony.module.propertyset.PropertyException
setData in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic byte[] getData(String key) throws com.opensymphony.module.propertyset.PropertyException
getData in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setDate(String key, Date value) throws com.opensymphony.module.propertyset.PropertyException
setDate in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Date getDate(String key) throws com.opensymphony.module.propertyset.PropertyException
getDate in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setDouble(String key, double value) throws com.opensymphony.module.propertyset.PropertyException
setDouble in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic double getDouble(String key) throws com.opensymphony.module.propertyset.PropertyException
getDouble in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setInt(String key, int value) throws com.opensymphony.module.propertyset.PropertyException
setInt in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic int getInt(String key) throws com.opensymphony.module.propertyset.PropertyException
getInt in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Collection getKeys() throws com.opensymphony.module.propertyset.PropertyException
getKeys in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Collection getKeys(int type) throws com.opensymphony.module.propertyset.PropertyException
getKeys in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Collection getKeys(String prefix) throws com.opensymphony.module.propertyset.PropertyException
getKeys in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Collection getKeys(String prefix, int type) throws com.opensymphony.module.propertyset.PropertyException
getKeys in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setLong(String key, long value) throws com.opensymphony.module.propertyset.PropertyException
setLong in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic long getLong(String key) throws com.opensymphony.module.propertyset.PropertyException
getLong in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setObject(String key, Object value) throws com.opensymphony.module.propertyset.PropertyException
setObject in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Object getObject(String key) throws com.opensymphony.module.propertyset.PropertyException
getObject in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setProperties(String key, Properties value) throws com.opensymphony.module.propertyset.PropertyException
setProperties in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Properties getProperties(String key) throws com.opensymphony.module.propertyset.PropertyException
getProperties in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic boolean isSettable(String property)
isSettable in interface com.opensymphony.module.propertyset.PropertySetpublic void setString(String key, String value) throws com.opensymphony.module.propertyset.PropertyException
setString in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic String getString(String key) throws com.opensymphony.module.propertyset.PropertyException
getString in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setText(String key, String value) throws com.opensymphony.module.propertyset.PropertyException
setText in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic String getText(String key) throws com.opensymphony.module.propertyset.PropertyException
getText in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic int getType(String key) throws com.opensymphony.module.propertyset.PropertyException
getType in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void setXML(String key, Document value) throws com.opensymphony.module.propertyset.PropertyException
setXML in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic Document getXML(String key) throws com.opensymphony.module.propertyset.PropertyException
getXML in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic boolean exists(String key) throws com.opensymphony.module.propertyset.PropertyException
exists in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic void init(Map config, Map args)
init in interface com.opensymphony.module.propertyset.PropertySetpublic void remove(String key) throws com.opensymphony.module.propertyset.PropertyException
remove in interface com.opensymphony.module.propertyset.PropertySetcom.opensymphony.module.propertyset.PropertyExceptionpublic boolean supportsType(int type)
supportsType in interface com.opensymphony.module.propertyset.PropertySetpublic boolean supportsTypes()
supportsTypes in interface com.opensymphony.module.propertyset.PropertySetCopyright © 2003–2021 Atlassian. All rights reserved.