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.ioSubclasses of VFS in org.apache.ibatis.ioModifier and TypeClassDescriptionclassA default implementation ofVFSthat works for most application servers.classAJBoss6VFS.VFSimplementation that works with the VFS API provided by JBoss 6.Fields in org.apache.ibatis.io with type parameters of type VFSModifier and TypeFieldDescriptionThe list to which implementations are added byaddImplClass(Class).Methods in org.apache.ibatis.io that return VFSMethod parameters in org.apache.ibatis.io with type arguments of type VFSModifier and TypeMethodDescriptionstatic voidVFS.addImplClass(Class<? extends VFS> clazz) Adds the specified class to the list ofVFSimplementations.
- 
Uses of VFS in org.apache.ibatis.sessionFields 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