Package | Description |
---|---|
org.apache.ibatis.io |
Utilities to read resources.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static List<Class<? extends VFS>> |
VFS.USER_IMPLEMENTATIONS
The list to which implementations are added by
addImplClass(Class) . |
Modifier and Type | Method and Description |
---|---|
static VFS |
VFS.getInstance()
Get the singleton
VFS instance. |
Modifier and Type | Method and Description |
---|---|
static void |
VFS.addImplClass(Class<? extends VFS> clazz)
Adds the specified class to the list of
VFS implementations. |
Copyright © 2010–2015 MyBatis.org. All rights reserved.