Class ReadOnlyPropertySet
java.lang.Object
com.atlassian.confluence.impl.propertyset.ReadOnlyPropertySet
- All Implemented Interfaces:
- com.opensymphony.module.propertyset.PropertySet
public class ReadOnlyPropertySet
extends Object
implements com.opensymphony.module.propertyset.PropertySet
- Since:
- 9.3
- 
Field SummaryFields inherited from interface com.opensymphony.module.propertyset.PropertySetBOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML
- 
Constructor SummaryConstructorsConstructorDescriptionReadOnlyPropertySet(com.opensymphony.module.propertyset.PropertySet delegate) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleangetAsActualType(String key) booleangetBoolean(String key) byte[]doubleintgetKeys()getKeys(int type) longgetProperties(String key) com.opensymphony.module.propertyset.PropertySetSchemaintinthashCode()voidbooleanisSettable(String property) voidvoidsetAsActualType(String key, Object value) voidsetBoolean(String key, boolean value) voidvoidvoidvoidvoidvoidvoidsetProperties(String key, Properties value) voidsetSchema(com.opensymphony.module.propertyset.PropertySetSchema schema) voidvoidvoidbooleansupportsType(int type) boolean
- 
Constructor Details- 
ReadOnlyPropertySetpublic ReadOnlyPropertySet(com.opensymphony.module.propertyset.PropertySet delegate) 
 
- 
- 
Method Details- 
setSchemapublic void setSchema(com.opensymphony.module.propertyset.PropertySetSchema schema) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setSchemain interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getSchemapublic com.opensymphony.module.propertyset.PropertySetSchema getSchema() throws com.opensymphony.module.propertyset.PropertyException- Specified by:
- getSchemain interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setAsActualTypepublic void setAsActualType(String key, Object value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setAsActualTypein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getAsActualTypepublic Object getAsActualType(String key) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- getAsActualTypein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setBooleanpublic void setBoolean(String key, boolean value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setBooleanin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getBoolean- Specified by:
- getBooleanin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setDatapublic void setData(String key, byte[] value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setDatain interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getData- Specified by:
- getDatain interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setDatepublic void setDate(String key, Date value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setDatein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getDate- Specified by:
- getDatein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setDoublepublic void setDouble(String key, double value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setDoublein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getDouble- Specified by:
- getDoublein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setIntpublic void setInt(String key, int value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setIntin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getInt- Specified by:
- getIntin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getKeys- Specified by:
- getKeysin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getKeys- Specified by:
- getKeysin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getKeyspublic Collection getKeys(String prefix) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- getKeysin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getKeyspublic Collection getKeys(String prefix, int type) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- getKeysin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setLongpublic void setLong(String key, long value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setLongin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getLong- Specified by:
- getLongin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setObjectpublic void setObject(String key, Object value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setObjectin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getObject- Specified by:
- getObjectin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setPropertiespublic void setProperties(String key, Properties value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setPropertiesin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getPropertiespublic Properties getProperties(String key) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- getPropertiesin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
isSettable- Specified by:
- isSettablein interface- com.opensymphony.module.propertyset.PropertySet
 
- 
setStringpublic void setString(String key, String value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setStringin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getString- Specified by:
- getStringin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setTextpublic void setText(String key, String value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setTextin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getText- Specified by:
- getTextin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getType- Specified by:
- getTypein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
setXMLpublic void setXML(String key, Document value) throws com.opensymphony.module.propertyset.PropertyException - Specified by:
- setXMLin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
getXML- Specified by:
- getXMLin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
exists- Specified by:
- existsin interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
init- Specified by:
- initin interface- com.opensymphony.module.propertyset.PropertySet
 
- 
remove- Specified by:
- removein interface- com.opensymphony.module.propertyset.PropertySet
- Throws:
- com.opensymphony.module.propertyset.PropertyException
 
- 
supportsTypepublic boolean supportsType(int type) - Specified by:
- supportsTypein interface- com.opensymphony.module.propertyset.PropertySet
 
- 
supportsTypespublic boolean supportsTypes()- Specified by:
- supportsTypesin interface- com.opensymphony.module.propertyset.PropertySet
 
- 
equals
- 
hashCodepublic int hashCode()
 
-