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 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.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 voidVFS.addImplClass(Class<? extends VFS> clazz) Adds the specified class to the list ofVFSimplementations.