de.smartics.properties.api.config.app
Interface BootProperties

Package class diagram package BootProperties

@PropertySet(value="smartics.properties")
public interface BootProperties

Provides configuration properties for the library loaded at boot time before any other properties are loaded.

Implementation Notes:
Please note that some properties have to be accessed from the core layer. See de.smartics.properties.api.core.config.BootPropertiesProvider.

Method Summary
 List<URL> additionalPropertiesLocations()
          A list of optional additional locations of properties files that are taken into account.
 String bootConfigurationName()
          The name of an optional boot configuration stored in the extension configuration found in the JNDI context.
 

Method Detail

additionalPropertiesLocations

@PropertyElementType(value=java.net.URL.class)
List<URL> additionalPropertiesLocations()
A list of optional additional locations of properties files that are taken into account.

Returns:
optional additional locations.

bootConfigurationName

String bootConfigurationName()
The name of an optional boot configuration stored in the extension configuration found in the JNDI context. If this property is specified, additional boot properties for the configuration of the property configuration infrastructure are loaded.

Returns:
optional configuration JNDI name.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.