Interface NamedConfig<C extends NamedConfig<C>>

All Superinterfaces:
Config

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

    Modifier and Type
    Method
    Description
    Returns the configuration name.
    Sets the configuration name.
  • Method Details

    • 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