Class LocalizedPropertiesBuilder

java.lang.Object
de.hybris.platform.integrationservices.util.files.LocalizedPropertiesBuilder

public class LocalizedPropertiesBuilder extends Object
A builder for creating LocalizedProperties.
  • Method Details

    • localizedProperties

      public static LocalizedPropertiesBuilder localizedProperties(String extName)
      Creates new instance of this builder.
      Parameters:
      extName - the extension for the properties file
      Returns:
      instance of the builder
    • withLanguage

      public LocalizedPropertiesBuilder withLanguage(String language)
      Creates new instance of this builder.
      Parameters:
      language - the language for the properties file
      Returns:
      instance of the builder
    • build

      public LocalizedProperties build()