public class SpringBootVFS extends org.apache.ibatis.io.VFS
限定符和类型 | 字段和说明 |
---|---|
private org.springframework.core.io.support.ResourcePatternResolver |
resourceResolver |
private static Charset |
urlDecodingCharset |
构造器和说明 |
---|
SpringBootVFS() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
isValid() |
protected List<String> |
list(URL url,
String path) |
private static String |
preserveSubpackageName(String baseUrlString,
org.springframework.core.io.Resource resource,
String rootPath) |
static void |
setUrlDecodingCharset(Charset charset)
Set the charset for decoding an encoded URL string.
|
private static Charset urlDecodingCharset
private final org.springframework.core.io.support.ResourcePatternResolver resourceResolver
public SpringBootVFS()
public boolean isValid()
isValid
在类中 org.apache.ibatis.io.VFS
protected List<String> list(URL url, String path) throws IOException
list
在类中 org.apache.ibatis.io.VFS
IOException
public static void setUrlDecodingCharset(Charset charset)
Default is system default charset.
charset
- the charset for decoding an encoded URL stringprivate static String preserveSubpackageName(String baseUrlString, org.springframework.core.io.Resource resource, String rootPath)
Copyright © 2023. All rights reserved.