net.sf.shineframework.common.facades
Interface ConfigurationFacade
public interface ConfigurationFacade
addConfiguration
Configuration addConfiguration(java.lang.String name,
java.lang.String value)
addConfiguration
Configuration addConfiguration(java.lang.String name,
java.lang.String value,
java.lang.String defaultValue)
createOrReplaceProperty
void createOrReplaceProperty(java.lang.String name,
java.lang.String value,
java.lang.String defaultValue)
getAllConfigurations
java.util.Collection<Configuration> getAllConfigurations()
getProperty
java.lang.String getProperty(java.lang.String name)
getPropertyAsBoolean
boolean getPropertyAsBoolean(java.lang.String name)
getPropertyAsConfiguration
Configuration getPropertyAsConfiguration(java.lang.String name)
getPropertyAsInt
int getPropertyAsInt(java.lang.String name)
getPropertyAsInteger
java.lang.Integer getPropertyAsInteger(java.lang.String name)
setPropertyValue
void setPropertyValue(java.lang.String name,
java.lang.String value)
Copyright © 2007 sourceforge.net. All Rights Reserved.