- CachedConnectorWrapper - Class in org.settings4j.connector
-
Wrap a Connector and caches all Values.
- CachedConnectorWrapper(Connector) - Constructor for class org.settings4j.connector.CachedConnectorWrapper
-
- CLASSPATH_URL_PREFIX - Static variable in class org.settings4j.contentresolver.ClasspathContentResolver
-
Pseudo URL prefix for loading from the class path: "classpath:".
- ClasspathConnector - Class in org.settings4j.connector
-
Connector implementation to read Settings from the Classpath.
- ClasspathConnector() - Constructor for class org.settings4j.connector.ClasspathConnector
-
- ClasspathContentResolver - Class in org.settings4j.contentresolver
-
- ClasspathContentResolver() - Constructor for class org.settings4j.contentresolver.ClasspathContentResolver
-
- clearCachedValue(String) - Method in class org.settings4j.connector.CachedConnectorWrapper
-
- ConfigurationToConnectorAdapter - Class in org.settings4j.helper.configuration
-
- ConfigurationToConnectorAdapter(String, Configuration) - Constructor for class org.settings4j.helper.configuration.ConfigurationToConnectorAdapter
-
- configure(URL, Settings4jRepository) - Static method in class org.settings4j.config.DOMConfigurator
-
- Connector - Interface in org.settings4j
-
An implementation of this Interface can return Values for a given key.
- CONNECTOR_NAME - Static variable in class org.settings4j.helper.web.DefaultPropertiesLoader
-
The Name of the Connector which will be added to the Settings4j Config.
- ConnectorPosition - Interface in org.settings4j
-
- ConnectorPositionAfterFirstClass - Class in org.settings4j.settings.position
-
Iterates thought the existing connectors and return the position after the first occurrence of the given
Connector-class.
- ConnectorPositionAfterFirstClass(Class<? extends Connector>) - Constructor for class org.settings4j.settings.position.ConnectorPositionAfterFirstClass
-
- ConnectorPositionAfterLastClass - Class in org.settings4j.settings.position
-
Iterates thought the existing connectors and return the position after the last occurrence of the given
Connector-class.
- ConnectorPositionAfterLastClass(Class<? extends Connector>) - Constructor for class org.settings4j.settings.position.ConnectorPositionAfterLastClass
-
- ConnectorPositionAfterName - Class in org.settings4j.settings.position
-
Iterates thought the existing connectors and return the position after the the connector with the given name.
- ConnectorPositionAfterName(String) - Constructor for class org.settings4j.settings.position.ConnectorPositionAfterName
-
- ConnectorPositionAtFirst - Class in org.settings4j.settings.position
-
Return the first position of the connectors list.
- ConnectorPositionAtFirst() - Constructor for class org.settings4j.settings.position.ConnectorPositionAtFirst
-
- ConnectorPositionAtLast - Class in org.settings4j.settings.position
-
Return the last position of the connectors list.
- ConnectorPositionAtLast() - Constructor for class org.settings4j.settings.position.ConnectorPositionAtLast
-
- ConnectorPositionBeforeFirstClass - Class in org.settings4j.settings.position
-
Iterates thought the existing connectors and return the position before the first occurrence of the given
Connector-class.
- ConnectorPositionBeforeFirstClass(Class<? extends Connector>) - Constructor for class org.settings4j.settings.position.ConnectorPositionBeforeFirstClass
-
- ConnectorPositionBeforeLastClass - Class in org.settings4j.settings.position
-
Iterates thought the existing connectors and return the position before the last occurrence of the given
Connector-class.
- ConnectorPositionBeforeLastClass(Class<? extends Connector>) - Constructor for class org.settings4j.settings.position.ConnectorPositionBeforeLastClass
-
- ConnectorPositionBeforeName - Class in org.settings4j.settings.position
-
Iterates thought the existing connectors and return the position before the the connector with the given name.
- ConnectorPositionBeforeName(String) - Constructor for class org.settings4j.settings.position.ConnectorPositionBeforeName
-
- ConnectorPositionFirstValid - Class in org.settings4j.settings.position
-
Iterates thought the given
ConnectorPosition
s and returns the first valid position from the given
implementations.
- ConnectorPositionFirstValid(ConnectorPosition...) - Constructor for class org.settings4j.settings.position.ConnectorPositionFirstValid
-
- ConnectorPositions - Class in org.settings4j
-
- Constants - Class in org.settings4j
-
Some Constants like the Return Values (success or not) of Connectors.set*(...)
- ContentResolver - Interface in org.settings4j
-
a ContentResolver is a Helper for read/write byte[] content for a given key.
- contentToObject(String, Properties, byte[], ContentResolver) - Method in class org.settings4j.objectresolver.AbstractObjectResolver
-
Method to convert the given content-File to an Object must be implemented by SubClasses.
- contentToObject(String, Properties, byte[], ContentResolver) - Method in class org.settings4j.objectresolver.JavaXMLBeansObjectResolver
-
Method to convert the given content-File to an Object must be implemented by SubClasses.
- contentToObject(String, Properties, byte[], ContentResolver) - Method in class org.settings4j.objectresolver.SpringConfigObjectResolver
-
Method to convert the given content-File to an Object must be implemented by SubClasses.
- contextDestroyed(ServletContextEvent) - Method in class org.settings4j.helper.web.DefaultPropertiesLoaderListener
- contextDestroyed(ServletContextEvent) - Method in class org.settings4j.helper.web.Log4jConfigurationLoaderListener
- contextInitialized(ServletContextEvent) - Method in class org.settings4j.helper.web.DefaultPropertiesLoaderListener
- contextInitialized(ServletContextEvent) - Method in class org.settings4j.helper.web.Log4jConfigurationLoaderListener
- createContextLoader() - Method in class org.settings4j.helper.spring.Settings4jContextLoaderListener
- createDefaultPropertiesLoader() - Method in class org.settings4j.helper.spring.Settings4jContextLoader
-
Create the DefaultPropertiesLoader to use.
- createDefaultPropertiesLoader() - Method in class org.settings4j.helper.web.Log4jConfigurationLoader
-
Create the DefaultPropertiesLoader to use.
- customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.settings4j.helper.spring.Settings4jContextLoader
- getBean(byte[], String) - Static method in class org.settings4j.helper.spring.ByteArrayXMLApplicationContext
-
Static method to get a single Bean from a Spring Configuration XML.
- getCharset() - Method in class org.settings4j.connector.ClasspathConnector
-
- getCharset() - Method in class org.settings4j.connector.FSConnector
-
- getClassLoader() - Static method in class org.settings4j.contentresolver.ClasspathContentResolver
-
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader
that loaded the ClasspathContentResolver class will be used as fallback.
- getConfigResources() - Method in class org.settings4j.helper.spring.ByteArrayXMLApplicationContext
-
- getConfiguration() - Method in class org.settings4j.helper.configuration.ConfigurationToConnectorAdapter
-
- getConnector(String) - Method in class org.settings4j.settings.DefaultSettings
-
- getConnector(String) - Static method in class org.settings4j.Settings4j
-
- getConnector(String) - Method in interface org.settings4j.Settings4jInstance
-
- getConnectorCount() - Method in class org.settings4j.settings.DefaultSettingsRepository
-
Return the Connector Count.
- getConnectorCount() - Method in interface org.settings4j.Settings4jRepository
-
Return the Connector Count.
- getConnectors(Element) - Method in class org.settings4j.config.DOMConfigurator
-
- getConnectors() - Method in class org.settings4j.connector.AbstractConnector
-
- getConnectors() - Method in class org.settings4j.settings.DefaultSettings
-
- getConnectors() - Static method in class org.settings4j.Settings4j
-
- getConnectors() - Method in interface org.settings4j.Settings4jInstance
-
- getContent(String) - Method in class org.settings4j.connector.AbstractPropertyConnector
-
return a byte[]-Value for the given key.
- getContent(String) - Method in class org.settings4j.connector.CachedConnectorWrapper
-
return a byte[]-Value for the given key.
- getContent(String) - Method in class org.settings4j.connector.ClasspathConnector
-
return a byte[]-Value for the given key.
- getContent(String) - Method in class org.settings4j.connector.FilteredConnectorWrapper
-
return a byte[]-Value for the given key.
- getContent(String) - Method in class org.settings4j.connector.FSConnector
-
return a byte[]-Value for the given key.
- getContent(String) - Method in interface org.settings4j.Connector
-
return a byte[]-Value for the given key.
- getContent(String) - Method in class org.settings4j.connector.JNDIConnector
-
return a byte[]-Value for the given key.
- getContent(String) - Method in class org.settings4j.contentresolver.ClasspathContentResolver
-
Reads the Content for the given Key or null if nothing where found.
- getContent(String) - Method in class org.settings4j.contentresolver.FilteredContentResolverWrapper
-
Reads the Content for the given Key or null if nothing where found.
- getContent(String) - Method in class org.settings4j.contentresolver.FSContentResolver
-
Reads the Content for the given Key or null if nothing where found.
- getContent(String) - Method in interface org.settings4j.ContentResolver
-
Reads the Content for the given Key or null if nothing where found.
- getContent(String) - Method in class org.settings4j.contentresolver.UnionContentResolver
-
Reads the Content for the given Key or null if nothing where found.
- getContent(String) - Method in class org.settings4j.settings.DefaultSettings
-
return the found byte[]-Value for the given key.
- getContent(String) - Static method in class org.settings4j.Settings4j
-
return the found byte[]-Value for the given key.
- getContent(String) - Method in interface org.settings4j.Settings4jInstance
-
return the found byte[]-Value for the given key.
- getContent() - Method in class org.settings4j.util.ELConnectorWrapper
-
Usage: ${connectors.content['xyz']}
returns the first founded Value in all Connectors:
connector.getContent("xyz");
.
- getContentResolver() - Method in class org.settings4j.connector.AbstractConnector
-
- getContextPathPrefix() - Method in class org.settings4j.connector.JNDIConnector
-
- getDefaultObject() - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
-
- getExpectedType() - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
-
Return the type that the configured object is supposed to be assignable to, if any.
- getIsJNDIAvailable() - Method in class org.settings4j.connector.JNDIConnector
-
- getKey() - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
-
- getMapping() - Method in class org.settings4j.settings.DefaultSettings
-
The key mapping defined in settings4j.xml.
- getMapping() - Method in interface org.settings4j.Settings4jInstance
-
The key mapping defined in settings4j.xml.
- getName() - Method in class org.settings4j.connector.AbstractConnector
-
- getName() - Method in class org.settings4j.connector.CachedConnectorWrapper
-
Return The name Of this Connector.
- getName() - Method in class org.settings4j.connector.FilteredConnectorWrapper
-
Return The name Of this Connector.
- getName() - Method in interface org.settings4j.Connector
-
Return The name Of this Connector.
- getObject(String) - Method in class org.settings4j.connector.AbstractPropertyConnector
-
return a Object-Value for the given key.
- getObject(String) - Method in class org.settings4j.connector.CachedConnectorWrapper
-
return a Object-Value for the given key.
- getObject(String) - Method in class org.settings4j.connector.ClasspathConnector
-
return a Object-Value for the given key.
- getObject(String) - Method in class org.settings4j.connector.FilteredConnectorWrapper
-
return a Object-Value for the given key.
- getObject(String) - Method in class org.settings4j.connector.FSConnector
-
return a Object-Value for the given key.
- getObject(String) - Method in interface org.settings4j.Connector
-
return a Object-Value for the given key.
- getObject(String) - Method in class org.settings4j.connector.JNDIConnector
-
return a Object-Value for the given key.
- getObject() - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
- getObject(String, ContentResolver) - Method in class org.settings4j.objectresolver.AbstractObjectResolver
-
Reads the byte[] content from the ContentResolver and creates an Object.
- getObject(String, ContentResolver) - Method in class org.settings4j.objectresolver.FilteredObjectResolverWrapper
-
Reads the byte[] content from the ContentResolver and creates an Object.
- getObject(String, ContentResolver) - Method in interface org.settings4j.ObjectResolver
-
Reads the byte[] content from the ContentResolver and creates an Object.
- getObject(String, ContentResolver) - Method in class org.settings4j.objectresolver.UnionObjectResolver
-
Reads the byte[] content from the ContentResolver and creates an Object.
- getObject(String) - Method in class org.settings4j.settings.DefaultSettings
-
return the found Object-Value for the given key.
- getObject(String) - Static method in class org.settings4j.Settings4j
-
return the found Object-Value for the given key.
- getObject(String) - Method in interface org.settings4j.Settings4jInstance
-
return the found Object-Value for the given key.
- getObject() - Method in class org.settings4j.util.ELConnectorWrapper
-
Usage: ${connectors.object['xyz']}
returns the first founded Value in all Connectors:
connector.getObject("xyz");
.
- getObjectProperties(String, ContentResolver) - Method in class org.settings4j.objectresolver.AbstractObjectResolver
-
To get the additional Properties for the given byte[] content can be overwriten by subclasses.
- getObjectResolver() - Method in class org.settings4j.connector.AbstractConnector
-
- getObjectResolverKey() - Method in class org.settings4j.objectresolver.AbstractObjectResolver
-
- getObjectType() - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
- getPosition(List<Connector>) - Method in interface org.settings4j.ConnectorPosition
-
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionAfterFirstClass
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionAfterLastClass
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionAfterName
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionAtFirst
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionAtLast
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionBeforeFirstClass
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionBeforeLastClass
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionBeforeName
- getPosition(List<Connector>) - Method in class org.settings4j.settings.position.ConnectorPositionFirstValid
- getPreferenceValue(String, String, String, Preferences) - Method in class org.settings4j.connector.PreferencesConnector
-
Resolve the given path and key against the given Preferences.
- getProperty(String, String) - Method in class org.settings4j.connector.AbstractPropertyConnector
-
- getProperty(String, String) - Method in class org.settings4j.connector.EnvironmentConnector
-
- getProperty(String, String) - Method in class org.settings4j.connector.PreferencesConnector
-
- getProperty(String, String) - Method in class org.settings4j.connector.PropertyFileConnector
-
- getProperty(String, String) - Method in class org.settings4j.connector.SystemPropertyConnector
-
- getProperty(String, String) - Method in class org.settings4j.helper.configuration.ConfigurationToConnectorAdapter
-
- getPropertySuffix() - Method in class org.settings4j.objectresolver.AbstractObjectResolver
-
- getResource(String) - Static method in class org.settings4j.contentresolver.ClasspathContentResolver
-
Method to get onlx the URL for the given Key.
- getRootFolder() - Method in class org.settings4j.connector.FSConnector
-
return the root of this FileSystem ContenResolver.
- getRootFolder() - Method in class org.settings4j.contentresolver.FSContentResolver
-
return the root of this FileSystem ContenResolver.
- getSettings() - Method in class org.settings4j.settings.DefaultSettingsRepository
-
- getSettings(Settings4jFactory) - Method in class org.settings4j.settings.DefaultSettingsRepository
-
Retrieve the appropriate
Settings4j
instance or create it with the give factory if doesn'r already exist.
- getSettings() - Static method in class org.settings4j.settings.SettingsManager
-
- getSettings() - Method in interface org.settings4j.Settings4jRepository
-
- getSettings(Settings4jFactory) - Method in interface org.settings4j.Settings4jRepository
-
Retrieve the appropriate
Settings4j
instance or create it with the give factory if doesn'r already exist.
- getSettingsRepository() - Static method in class org.settings4j.settings.SettingsManager
-
The internal default Settings4j Repository where all
Settings4j
are stored.
- getSettingsRepository() - Static method in class org.settings4j.Settings4j
-
- getString(String) - Method in class org.settings4j.connector.AbstractPropertyConnector
-
return a String-Value for the given key.
- getString(String) - Method in class org.settings4j.connector.CachedConnectorWrapper
-
return a String-Value for the given key.
- getString(String) - Method in class org.settings4j.connector.ClasspathConnector
-
return a String-Value for the given key.
- getString(String) - Method in class org.settings4j.connector.FilteredConnectorWrapper
-
return a String-Value for the given key.
- getString(String) - Method in class org.settings4j.connector.FSConnector
-
return a String-Value for the given key.
- getString(String) - Method in interface org.settings4j.Connector
-
return a String-Value for the given key.
- getString(String) - Method in class org.settings4j.connector.JNDIConnector
-
return a String-Value for the given key.
- getString(String) - Method in class org.settings4j.settings.DefaultSettings
-
return the found String-Value for the given key.
- getString(String) - Static method in class org.settings4j.Settings4j
-
return the found String-Value for the given key.
- getString(String) - Method in interface org.settings4j.Settings4jInstance
-
return the found String-Value for the given key.
- getString() - Method in class org.settings4j.util.ELConnectorWrapper
-
Usage: ${connectors.string['xyz']}
returns the first founded Value in all Connectors:
connector.getString("xyz");
.
- SAXErrorHandler - Class in org.settings4j.config
-
Error Handler for parsing the settings4j.xml.
- SAXErrorHandler() - Constructor for class org.settings4j.config.SAXErrorHandler
-
- setCached(boolean) - Method in class org.settings4j.objectresolver.AbstractObjectResolver
-
- setCharset(String) - Method in class org.settings4j.connector.ClasspathConnector
-
- setCharset(String) - Method in class org.settings4j.connector.FSConnector
-
- setContent(String, byte[]) - Method in class org.settings4j.connector.FSConnector
-
- setContent(String, byte[]) - Method in class org.settings4j.contentresolver.FSContentResolver
-
- setContentResolver(ContentResolver) - Method in class org.settings4j.connector.AbstractConnector
-
- setContentResolver(ContentResolver) - Method in class org.settings4j.connector.CachedConnectorWrapper
-
- setContentResolver(ContentResolver) - Method in class org.settings4j.connector.ClasspathConnector
-
- setContentResolver(ContentResolver) - Method in class org.settings4j.connector.FilteredConnectorWrapper
-
- setContentResolver(ContentResolver) - Method in class org.settings4j.connector.FSConnector
-
- setContentResolver(ContentResolver) - Method in interface org.settings4j.Connector
-
- setContextPathPrefix(String) - Method in class org.settings4j.connector.JNDIConnector
-
- setDefaultObject(Object) - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
-
- setExpectedType(Class) - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
-
Specify the type that the configured object is supposed to be assignable to, if any.
- setInitialContextFactory(String) - Method in class org.settings4j.connector.JNDIConnector
-
- setIsJNDIAvailable(Boolean) - Method in class org.settings4j.connector.JNDIConnector
-
- setKey(String) - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
-
- setMapping(Map) - Method in class org.settings4j.settings.DefaultSettings
-
Set the mapping for this Settings-Object without inheritance.
- setMapping(Map) - Method in interface org.settings4j.Settings4jInstance
-
Set the mapping for this Settings-Object without inheritance.
- setName(String) - Method in class org.settings4j.connector.AbstractConnector
-
- setName(String) - Method in class org.settings4j.connector.CachedConnectorWrapper
-
Set the name of the Connector defined in the settings4j.xml configuration:
--------------------------------------
<connector name="PropertyFileConnector" ....
- setName(String) - Method in class org.settings4j.connector.FilteredConnectorWrapper
-
Set the name of the Connector defined in the settings4j.xml configuration:
--------------------------------------
<connector name="PropertyFileConnector" ....
- setName(String) - Method in interface org.settings4j.Connector
-
Set the name of the Connector defined in the settings4j.xml configuration:
--------------------------------------
<connector name="PropertyFileConnector" ....
- setObject(String, Object) - Method in class org.settings4j.connector.JNDIConnector
-
Set or replace a new Value for the given key.
- setObjectResolver(ObjectResolver) - Method in class org.settings4j.connector.AbstractConnector
-
- setObjectResolver(ObjectResolver) - Method in class org.settings4j.connector.CachedConnectorWrapper
-
- setObjectResolver(ObjectResolver) - Method in class org.settings4j.connector.FilteredConnectorWrapper
-
- setObjectResolver(ObjectResolver) - Method in interface org.settings4j.Connector
-
- setPreferenceValue(String, String, String, Preferences) - Method in class org.settings4j.connector.PreferencesConnector
-
Resolve the given path and key against the given Preferences.
- setPrefix(String) - Method in class org.settings4j.helper.spring.Settings4jPlaceholderConfigurer
-
- setProperty(Properties) - Method in class org.settings4j.connector.PropertyFileConnector
-
- setPropertyFromContent(byte[]) - Method in class org.settings4j.connector.PropertyFileConnector
-
- setPropertyFromPath(String) - Method in class org.settings4j.connector.PropertyFileConnector
-
- setPropertySuffix(String) - Method in class org.settings4j.objectresolver.AbstractObjectResolver
-
- setProviderUrl(String) - Method in class org.settings4j.connector.JNDIConnector
-
- setRootFolderPath(String) - Method in class org.settings4j.connector.FSConnector
-
- setRootFolderPath(String) - Method in class org.settings4j.contentresolver.FSContentResolver
-
- setSingleton(boolean) - Method in class org.settings4j.helper.spring.Settings4jFactoryBean
-
- setString(String, String) - Method in class org.settings4j.connector.FSConnector
-
- setString(String, String) - Method in class org.settings4j.connector.PreferencesConnector
-
Stores the given Value into the User-Preferences.
- setSystemString(String, String) - Method in class org.settings4j.connector.PreferencesConnector
-
Stores the given Value into the System-Preferences.
- SETTING_NOT_POSSIBLE - Static variable in class org.settings4j.Constants
-
- SETTING_SUCCESS - Static variable in class org.settings4j.Constants
-
- Settings4j - Class in org.settings4j
-
Settings is used to get simply access to Application settings.
- SETTINGS4J_CONFIG_LOCATION_PARAM - Static variable in class org.settings4j.helper.spring.Settings4jContextLoader
-
Name of servlet context parameter (i.e., "settings4jContextConfigLocation
")
that can specify the config location for the root context, falling back
to the implementation's default otherwise.
- Settings4jContextLoader - Class in org.settings4j.helper.spring
-
Spring Context Loader which can replaces Placeholders in contextConfigLocations like "${...}" with Values from
Settings4j.
- Settings4jContextLoader() - Constructor for class org.settings4j.helper.spring.Settings4jContextLoader
-
- Settings4jContextLoaderListener - Class in org.settings4j.helper.spring
-
- Settings4jContextLoaderListener() - Constructor for class org.settings4j.helper.spring.Settings4jContextLoaderListener
-
- Settings4jEntityResolver - Class in org.settings4j.config
-
An
EntityResolver
specifically designed to return
settings4j.dtd
which is
embedded within the settings4j jar file.
- Settings4jEntityResolver() - Constructor for class org.settings4j.config.Settings4jEntityResolver
-
- Settings4jFactory - Interface in org.settings4j
-
Create a new instance of Settings-Interface.
- Settings4jFactoryBean - Class in org.settings4j.helper.spring
-
- Settings4jFactoryBean() - Constructor for class org.settings4j.helper.spring.Settings4jFactoryBean
-
- Settings4jInstance - Interface in org.settings4j
-
SettingsInstance is used to get simply access to Application settings.
- Settings4jPlaceholderConfigurer - Class in org.settings4j.helper.spring
-
Subclass of PropertyPlaceholderConfigurer uses the Settings4j API.
- Settings4jPlaceholderConfigurer() - Constructor for class org.settings4j.helper.spring.Settings4jPlaceholderConfigurer
-
- Settings4jRepository - Interface in org.settings4j
-
- SettingsManager - Class in org.settings4j.settings
-
- setUrlPkgPrefixes(String) - Method in class org.settings4j.connector.JNDIConnector
-
- SpringConfigObjectResolver - Class in org.settings4j.objectresolver
-
This implementation parses a Spring-Beans XML File and returns the Object from the generated Spring Application
Context.
- SpringConfigObjectResolver() - Constructor for class org.settings4j.objectresolver.SpringConfigObjectResolver
-
- subst(String, Connector[]) - Method in class org.settings4j.config.DOMConfigurator
-
This function will replace expressions like ${connectors.string['']}.
- subst(String, Connector[], Class) - Method in class org.settings4j.config.DOMConfigurator
-
This function will replace expressions like ${connectors.object['']} or simply ${true}.
- SystemPropertyConnector - Class in org.settings4j.connector
-
The SystemProperties implementation of an
Connector
.
- SystemPropertyConnector() - Constructor for class org.settings4j.connector.SystemPropertyConnector
-