Uses of Class
org.apache.ibatis.io.VFS
-
Packages that use VFS Package Description org.apache.ibatis.io Utilities to read resources.org.apache.ibatis.session Base package. -
-
Uses of VFS in org.apache.ibatis.io
Subclasses of VFS in org.apache.ibatis.io Modifier and Type Class Description class
DefaultVFS
A default implementation ofVFS
that works for most application servers.class
JBoss6VFS
AJBoss6VFS.VFS
implementation that works with the VFS API provided by JBoss 6.Fields in org.apache.ibatis.io with type parameters of type VFS Modifier and Type Field Description static java.util.List<java.lang.Class<? extends VFS>>
VFS. USER_IMPLEMENTATIONS
The list to which implementations are added byaddImplClass(Class)
.Methods in org.apache.ibatis.io that return VFS Modifier and Type Method Description static VFS
VFS. getInstance()
Get the singletonVFS
instance.Method parameters in org.apache.ibatis.io with type arguments of type VFS Modifier and Type Method Description static void
VFS. addImplClass(java.lang.Class<? extends VFS> clazz)
Adds the specified class to the list ofVFS
implementations. -
Uses of VFS in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type VFS Modifier and Type Field Description protected java.lang.Class<? extends VFS>
Configuration. vfsImpl
Methods in org.apache.ibatis.session that return types with arguments of type VFS Modifier and Type Method Description java.lang.Class<? extends VFS>
Configuration. getVfsImpl()
Method parameters in org.apache.ibatis.session with type arguments of type VFS Modifier and Type Method Description void
Configuration. setVfsImpl(java.lang.Class<? extends VFS> vfsImpl)
-