Uses of Class
eu.svjatoslav.alyverkko_cli.configuration.Configuration
Packages that use Configuration
Package
Description
This package contains the core components of the Älyverkko CLI application, including the main entry point,
command interfaces, and utility classes.
This package handles the configuration system for the Älyverkko CLI application.
-
Uses of Configuration in eu.svjatoslav.alyverkko_cli
Fields in eu.svjatoslav.alyverkko_cli declared as ConfigurationModifier and TypeFieldDescriptionstatic ConfigurationMain.configurationThe active, loaded configuration for the entire application. -
Uses of Configuration in eu.svjatoslav.alyverkko_cli.configuration
Methods in eu.svjatoslav.alyverkko_cli.configuration that return ConfigurationModifier and TypeMethodDescriptionstatic ConfigurationConfigurationHelper.loadConfiguration(File configFile) Loads the configuration from a given file, or from the default path ifconfigFileis null.