Uses of Class
org.apache.ibatis.io.VFS

Packages that use VFS
org.apache.ibatis.io TODO fillme. 
 

Uses of VFS in org.apache.ibatis.io
 

Subclasses of VFS in org.apache.ibatis.io
 class DefaultVFS
          A default implementation of VFS that works for most application servers.
 class JBoss6VFS
          A VFS implementation that works with the VFS API provided by JBoss 6.
 

Fields in org.apache.ibatis.io with type parameters of type VFS
static List<Class<? extends VFS>> VFS.USER_IMPLEMENTATIONS
          The list to which implementations are added by addImplClass(Class).
 

Methods in org.apache.ibatis.io that return VFS
static VFS VFS.getInstance()
          Get the singleton VFS instance.
 

Method parameters in org.apache.ibatis.io with type arguments of type VFS
static void VFS.addImplClass(Class<? extends VFS> clazz)
          Adds the specified class to the list of VFS implementations.
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.