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.
-
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.Methods in eu.svjatoslav.alyverkko_cli that return ConfigurationModifier and TypeMethodDescriptionstatic ConfigurationUtils.loadConfiguration(File configFile) Loads the configuration from a given file, or from the default path ifconfigFileis null.