Class 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

      Modifier and Type Method Description
      boolean isValid()  
      protected java.util.List<java.lang.String> list​(java.net.URL url, java.lang.String path)  
      • 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 Detail

      • SpringBootVFS

        public SpringBootVFS()
    • Method Detail

      • isValid

        public boolean isValid()
        Specified by:
        isValid in class org.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 class org.apache.ibatis.io.VFS
        Throws:
        java.io.IOException