Interface ConfigContext

All Known Subinterfaces:
Context

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

    Modifier and Type
    Method
    Description
    Creates a new Config instance, with the default name, the name of the current project.
    config(String name)
    Creates a new Config instance.
  • Method Details

    • 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(String name)
      Creates a new Config instance.
      Parameters:
      name - unique logical name
      Returns:
      a Config with the given name