Class SpringBootVFS
java.lang.Object
org.apache.ibatis.io.VFS
org.mybatis.spring.boot.autoconfigure.SpringBootVFS
public class SpringBootVFS
extends org.apache.ibatis.io.VFS
- Author:
- Hans Westerbeek, EddĂș MelĂ©ndez, Kazuki Shimizu
-
Field Summary
Fields inherited from class org.apache.ibatis.io.VFS
IMPLEMENTATIONS, USER_IMPLEMENTATIONS
-
Constructor Summary
Constructors Constructor Description SpringBootVFS()
-
Method Summary
Methods inherited from class org.apache.ibatis.io.VFS
addImplClass, getClass, getInstance, getMethod, getResources, invoke, list
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SpringBootVFS
public SpringBootVFS()
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValid
in classorg.apache.ibatis.io.VFS
-
list
protected java.util.List<java.lang.String> list(java.net.URL url, java.lang.String path) throws java.io.IOException- Specified by:
list
in classorg.apache.ibatis.io.VFS
- Throws:
java.io.IOException
-