Package org.aoju.bus.core.io.resource
Interface PropertySource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
配置文件源
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancontainPrefix(String prefix) 是否包含该前缀属性default StringgetPlaceholderProperty(String placeholder) 获取占位符属性default StringgetProperty(String key) 获取属性default StringgetProperty(String key, String defaultValue) 获取属性,可设置默认值props()获取属性集合
-
Method Details
-
props
-
getProperty
-
getProperty
-
getPlaceholderProperty
-
containPrefix
-