Interface ConfigContext

  • All Known Subinterfaces:
    Context

    public interface ConfigContext
    Provides Config in the current context.
    • Method Detail

      • config

        Config config()
        Creates a new Config instance, with the default name, the name of the current project.
        Returns:
        the default Config
      • config

        Config config​(java.lang.String name)
        Creates a new Config instance.
        Parameters:
        name - unique logical name
        Returns:
        a Config with the given name