planet.util
Interface PropertiesInitializer
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- BehaviourProperties, OverlayProperties
- All Known Implementing Classes:
- BehaviourProperties, ChordProperties, GMLDefaultProperties, SymphonyProperties
- public interface PropertiesInitializer
- extends java.io.Serializable
Offers the minimal functionallity for a properties initializer of any type.
- Author:
- Jordi Pujol
22/02/2005
Method Summary |
void |
init(java.lang.String propertiesFile)
Initialize correctly the configuration properties. |
init
public void init(java.lang.String propertiesFile)
throws InitializationException
- Initialize correctly the configuration properties.
- Parameters:
propertiesFile
- File with all configuration properties.
This file must to follow the java.util.Properties contract.
- Throws:
InitializationException
- if an error occurs during
the initialization of the different properties.