Uses of Class
org.apache.ibatis.io.VFS
Packages that use VFS
Package
Description
Utilities to read resources.
Base package.
-
Uses of VFS in org.apache.ibatis.io
Subclasses of VFS in org.apache.ibatis.ioModifier and TypeClassDescriptionclass
A default implementation ofVFS
that works for most application servers.class
AJBoss6VFS.VFS
implementation that works with the VFS API provided by JBoss 6.Methods in org.apache.ibatis.io that return VFSMethod parameters in org.apache.ibatis.io with type arguments of type VFSModifier and TypeMethodDescriptionstatic void
VFS.addImplClass
(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 VFSMethods in org.apache.ibatis.session that return types with arguments of type VFSMethod parameters in org.apache.ibatis.session with type arguments of type VFS