|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.configuration.AbstractConfiguration org.apache.commons.configuration.BaseConfiguration net.sourceforge.blogentis.utils.MappedConfiguration
Class that keeps the configuration data of a blog in an in-memory HashMap.
Nested Class Summary |
Nested classes inherited from class org.apache.commons.configuration.AbstractConfiguration |
|
Field Summary | |
protected boolean |
modified
|
protected BaseConfigurablePeer |
peer
|
protected org.apache.torque.om.ObjectKey |
primaryKey
|
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration |
END_TOKEN, START_TOKEN |
Constructor Summary | |
MappedConfiguration(BaseConfigurable obj)
|
Method Summary | |
protected void |
addPropertyDirect(java.lang.String key,
java.lang.Object obj)
|
protected void |
initFromBlog(BaseConfigurable obj)
|
protected java.lang.String |
interpolate(java.lang.String base)
|
boolean |
isModified()
|
protected java.util.List |
processString(java.lang.String token)
|
void |
save()
|
void |
saveTo(BaseConfigurable obj)
|
void |
setList(java.lang.String key,
java.util.List cont)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.commons.configuration.BaseConfiguration |
clearProperty, containsKey, getKeys, getPropertyDirect, isEmpty |
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration |
addProperty, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getList, getList, getLong, getLong, getLong, getProperties, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, getVector, getVector, interpolateHelper, isThrowExceptionOnMissing, setDelimiter, setProperty, setThrowExceptionOnMissing, split, subset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected BaseConfigurablePeer peer
protected org.apache.torque.om.ObjectKey primaryKey
protected boolean modified
Constructor Detail |
public MappedConfiguration(BaseConfigurable obj)
Method Detail |
protected void initFromBlog(BaseConfigurable obj) throws java.lang.Exception
java.lang.Exception
public void saveTo(BaseConfigurable obj) throws java.io.IOException
java.io.IOException
public void save() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void addPropertyDirect(java.lang.String key, java.lang.Object obj)
protected java.util.List processString(java.lang.String token)
protected java.lang.String interpolate(java.lang.String base)
public void setList(java.lang.String key, java.util.List cont)
public java.lang.String toString()
public boolean isModified()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |