|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.event.EventSource
org.apache.commons.configuration.AbstractConfiguration
org.apache.commons.configuration.NonCloneableConfiguration
public class NonCloneableConfiguration
A specialized configuration implementation that does not support cloning. This class is only used in some test cases for testing implementations of clone() methods. It does not make much sense otherwise; all methods are just dummies.
Field Summary |
---|
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration |
---|
END_TOKEN, EVENT_ADD_PROPERTY, EVENT_CLEAR, EVENT_CLEAR_PROPERTY, EVENT_READ_PROPERTY, EVENT_SET_PROPERTY, START_TOKEN |
Constructor Summary | |
---|---|
NonCloneableConfiguration()
|
Method Summary | |
---|---|
protected void |
addPropertyDirect(String key,
Object value)
Dummy implementation of this method. |
boolean |
containsKey(String key)
Dummy implementation of this method. |
Iterator<String> |
getKeys()
Dummy implementation of this method. |
Object |
getProperty(String key)
Dummy implementation of this method. |
boolean |
isEmpty()
Dummy implementation of this method. |
Methods inherited from class org.apache.commons.configuration.event.EventSource |
---|
addConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, clone, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEvents |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonCloneableConfiguration()
Method Detail |
---|
protected void addPropertyDirect(String key, Object value)
addPropertyDirect
in class AbstractConfiguration
public boolean isEmpty()
public boolean containsKey(String key)
public Iterator<String> getKeys()
public Object getProperty(String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |