public interface IPropertiesLoader
Modifier and Type | Method and Description |
---|---|
String |
getFileExtension() |
Properties |
loadJavaProperties(InputStream inputStream)
Load the properties into a java.util.Properties object
|
ValueMap |
loadWicketProperties(InputStream inputStream)
Load the properties into a ValueMap.
|
ValueMap loadWicketProperties(InputStream inputStream)
inputStream
- Properties loadJavaProperties(InputStream inputStream) throws IOException
inputStream
- IOException
String getFileExtension()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.