| Package | Description |
|---|---|
| org.aoju.bus.core.io.resource | |
| org.aoju.bus.setting |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathResource
ClassPath单一资源访问类
传入路径path必须为相对路径,如果传入绝对路径,Linux路径会去掉开头的“/”,而Windows路径会直接报错。
传入的path所指向的资源必须存在,否则报错
|
class |
FileResource
文件资源访问对象
|
class |
WebAppResource
Web root资源访问对象
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SettingLoader.load(UriResource uriResource)
加载设置文件
|
Copyright © 2019. All rights reserved.