Package org.apache.ibatis.io
Class JBoss6VFS.VirtualFile
- java.lang.Object
-
- org.apache.ibatis.io.JBoss6VFS.VirtualFile
-
- Enclosing class:
- JBoss6VFS
static class JBoss6VFS.VirtualFile extends java.lang.Object
A class that mimics a tiny subset of the JBoss VirtualFile class.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.reflect.Method
getChildrenRecursively
(package private) static java.lang.reflect.Method
getPathNameRelativeTo
(package private) java.lang.Object
virtualFile
(package private) static java.lang.Class<?>
VirtualFile
-
Constructor Summary
Constructors Constructor Description VirtualFile(java.lang.Object virtualFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.List<JBoss6VFS.VirtualFile>
getChildren()
(package private) java.lang.String
getPathNameRelativeTo(JBoss6VFS.VirtualFile parent)
-
-
-
Method Detail
-
getPathNameRelativeTo
java.lang.String getPathNameRelativeTo(JBoss6VFS.VirtualFile parent)
-
getChildren
java.util.List<JBoss6VFS.VirtualFile> getChildren() throws java.io.IOException
- Throws:
java.io.IOException
-
-