Class I18nUtils.Location

java.lang.Object
org.ametys.core.util.I18nUtils.Location
Enclosing class:
I18nUtils

protected static class I18nUtils.Location extends Object
Class representing an i18n location
  • Constructor Details

    • Location

      public Location(String name, String[] locations)
      Constructor.
      Parameters:
      name - the catalogue name
      locations - the files locations.
  • Method Details

    • getName

      public String getName()
      Get the name
      Returns:
      the name
    • getLocations

      public String[] getLocations()
      Get the files location
      Returns:
      the files location