- All Known Implementing Classes:
IsoPropertiesFilePropertiesLoader
,UtfPropertiesFilePropertiesLoader
,XmlFilePropertiesLoader
public interface IPropertiesLoader
Property loaders as used by PropertiesFactory to load properties
- Author:
- Juergen Donnerstag
-
Method Summary
Modifier and TypeMethodDescriptionloadJavaProperties
(InputStream inputStream) Load the properties into a java.util.Properties objectloadWicketProperties
(InputStream inputStream) Load the properties into a ValueMap.
-
Method Details
-
loadWicketProperties
Load the properties into a ValueMap.- Parameters:
inputStream
-- Returns:
- Properties. Null if not applicable or not found or ...
-
loadJavaProperties
Load the properties into a java.util.Properties object- Parameters:
inputStream
-- Returns:
- Properties. Null if not applicable or not found or ...
- Throws:
IOException
-
getFileExtension
- Returns:
- The file extension this loader should be applied to
-