Class LocalizedPropertiesBuilder
java.lang.Object
de.hybris.platform.integrationservices.util.files.LocalizedPropertiesBuilder
A builder for creating
LocalizedProperties.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static LocalizedPropertiesBuilderlocalizedProperties(String extName) Creates new instance of this builder.withLanguage(String language) Creates new instance of this builder.
-
Method Details
-
localizedProperties
Creates new instance of this builder.- Parameters:
extName- the extension for the properties file- Returns:
- instance of the builder
-
withLanguage
Creates new instance of this builder.- Parameters:
language- the language for the properties file- Returns:
- instance of the builder
-
build
-