| java.lang.Object org.objectweb.celtix.configuration.impl.AbstractConfigurationImpl
All known Subclasses: org.objectweb.celtix.bus.configuration.CeltixConfigurationImpl,
Method Summary | |
public boolean | getBoolean(String name) | public Configuration | getChild(String namespaceURI, Object childId) | final public Configurator | getConfigurator() | public double | getDouble(String name) | public float | getFloat(String name) | public Object | getId() | public int | getInt(String name) | protected Object | getLocal(Configuration c, String name) | public long | getLong(String name) | public ConfigurationMetadata | getModel() | public T | getObject(Class<T> cls, String name) | public Object | getObject(String name) | public Configuration | getParent() | public List<ConfigurationProvider> | getProviders() | public short | getShort(String name) | public String | getString(String name) | public List<String> | getStringList(String name) | public void | reconfigure(String name) | public boolean | save() | public boolean | setBoolean(String name, boolean value) | public boolean | setDouble(String name, double value) | public boolean | setFloat(String name, float value) | public boolean | setInt(String name, int value) | public boolean | setLong(String name, long value) | public boolean | setObject(String name, Object value) Check if property is defined and validate the value. | public void | setProviders(List<ConfigurationProvider> p) | public boolean | setShort(String name, short value) | public boolean | setString(String name, String value) |
save | public boolean save()(Code) | | |
setBoolean | public boolean setBoolean(String name, boolean value)(Code) | | |
setDouble | public boolean setDouble(String name, double value)(Code) | | |
setFloat | public boolean setFloat(String name, float value)(Code) | | |
setLong | public boolean setLong(String name, long value)(Code) | | |
setObject | public boolean setObject(String name, Object value)(Code) | | Check if property is defined and validate the value.
Then try all providers in turn until one is found that accepts the change.
|
setShort | public boolean setShort(String name, short value)(Code) | | |
|
|