Interface ResourceConfigurable



  • public interface ResourceConfigurable
    Interface implemented by components that can be configured by resource locations (paths).
    Since:
    1.2
    • Method Summary

      Modifier and Type Method and Description
      void setConfigLocations(String locations)
      Convenience method that accepts a comma-delimited string of config locations (resource paths).
      void setConfigLocations(String[] locations)
      Sets the configuration locations (resource paths) that will be used to configure the instance.
    • 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.