Interface ConfigurationAware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addConfiguration​(java.lang.String confName)
      Tells this object that it will now be part of the given configuration
      java.lang.String[] getConfigurations()
      Returns the configurations of the module to which the object is attached
    • Method Detail

      • getConfigurations

        java.lang.String[] getConfigurations()
        Returns the configurations of the module to which the object is attached
        Returns:
        an array of configuration names to which the object is attached
      • addConfiguration

        void addConfiguration​(java.lang.String confName)
        Tells this object that it will now be part of the given configuration
        Parameters:
        confName - the name of the configuration to which the object is now attached