Interface ResourceConfigurable

    • Method Detail

      • setConfigLocations

        void setConfigLocations​(String locations)
        Convenience method that accepts a comma-delimited string of config locations (resource paths).
        Parameters:
        locations - comma-delimited list of config locations (resource paths).
      • setConfigLocations

        void setConfigLocations​(String[] locations)
        Sets the configuration locations (resource paths) that will be used to configure the instance.
        Parameters:
        locations - the configuration locations (resource paths) that will be used to configure the instance.