Class ConfigurationPath

java.lang.Object
org.jline.builtins.ConfigurationPath

public class ConfigurationPath extends Object
Manages configuration file paths for JLine applications.

This class provides a way to manage application and user configuration directories and locate configuration files within them. It follows the common pattern of looking for configuration files first in the user's configuration directory, then falling back to the application's configuration directory.

This class also supports loading configuration files from the classpath. The application configuration directory can be a classpath resource path, which will be resolved using the ClasspathResourceUtil class.