类 ResourceAdapter
java.lang.Object
org.ssssssss.magicapi.core.resource.ResourceAdapter
资源适配器
- 作者:
- mxd
-
字段概要
字段修饰符和类型字段说明private static org.springframework.core.io.support.PathMatchingResourcePatternResolverstatic final String -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ResourcegetResource(String location, boolean readonly) private static ResourceresolveResource(org.springframework.core.io.Resource resource, boolean readonly)
-
字段详细资料
-
SPRING_BOOT_CLASS_PATH
- 另请参阅:
-
resolver
private static org.springframework.core.io.support.PathMatchingResourcePatternResolver resolver
-
-
构造器详细资料
-
ResourceAdapter
public ResourceAdapter()
-
-
方法详细资料
-
getResource
- 抛出:
IOException
-
resolveResource
private static Resource resolveResource(org.springframework.core.io.Resource resource, boolean readonly) throws IOException - 抛出:
IOException
-