Interface NamedConfig<C extends NamedConfig<C>>

  • All Superinterfaces:
    Config

    public interface NamedConfig<C extends NamedConfig<C>>
    extends Config
    Named configuration.
    • Method Detail

      • getName

        String getName()
        Returns the configuration name.
        Returns:
        the configuration name
      • setName

        C setName​(String name)
        Sets the configuration name.
        Parameters:
        name - the configuration name
        Returns:
        the configuration object