- All Known Subinterfaces:
Context
public interface ConfigContext
Provides
Config in the current context.
-
Method Summary
Creates a new
Config instance, with the default name, the name of the current project.
Creates a new
Config instance.
-
Method Details
-
config
Creates a new
Config instance, with the default name, the name of the current project.
- Returns:
- the default
Config
-
config
Creates a new
Config instance.
- Parameters:
name - unique logical name
- Returns:
- a
Config with the given name