Uses of Interface
cloud.opencode.base.config.source.ConfigSource
Packages that use ConfigSource
Package
Description
Configuration Management Core Package
配置管理核心包
Advanced Features and SPI Extension Package
高级功能和SPI扩展包
JDK 25 Enhanced Features Package
JDK 25增强特性包
Configuration Sources Package
配置源包
-
Uses of ConfigSource in cloud.opencode.base.config
Methods in cloud.opencode.base.config with parameters of type ConfigSourceModifier and TypeMethodDescriptionConfigBuilder.addSource(ConfigSource source) Add custom configuration source 添加自定义配置源 -
Uses of ConfigSource in cloud.opencode.base.config.advanced
Methods in cloud.opencode.base.config.advanced that return ConfigSourceModifier and TypeMethodDescriptionstatic ConfigSourcestatic ConfigSourceCreate configuration source for the given URI 为给定的URI创建配置源 -
Uses of ConfigSource in cloud.opencode.base.config.jdk25
Methods in cloud.opencode.base.config.jdk25 that return ConfigSource -
Uses of ConfigSource in cloud.opencode.base.config.source
Classes in cloud.opencode.base.config.source that implement ConfigSourceModifier and TypeClassDescriptionclassCommand Line Arguments Configuration Source 命令行参数配置源classComposite Configuration Source 组合配置源classEnvironment Variables Configuration Source 环境变量配置源classIn-Memory Configuration Source 内存配置源classProperties File Configuration Source Properties文件配置源classSystem Properties Configuration Source 系统属性配置源classYAML Configuration Source YAML配置源Methods in cloud.opencode.base.config.source that return types with arguments of type ConfigSourceModifier and TypeMethodDescriptionCompositeConfigSource.getSources()Get all underlying sources 获取所有底层源Constructor parameters in cloud.opencode.base.config.source with type arguments of type ConfigSourceModifierConstructorDescriptionCompositeConfigSource(List<ConfigSource> sources) Create composite config source 创建组合配置源