Uses of Class
org.apache.ibatis.migration.io.VFS
Packages that use VFS
-
Uses of VFS in org.apache.ibatis.migration.io
Subclasses of VFS in org.apache.ibatis.migration.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.Fields in org.apache.ibatis.migration.io with type parameters of type VFSModifier and TypeFieldDescriptionThe list to which implementations are added byaddImplClass(Class)
.Methods in org.apache.ibatis.migration.io that return VFSMethod parameters in org.apache.ibatis.migration.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.