Package | Description |
---|---|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
Modifier and Type | Method and Description |
---|---|
private Resource |
VFSClassLoader.loadResource(java.lang.String name)
Searches through the search path of for the first class or resource
with specified name.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.Class<?> |
VFSClassLoader.defineClass(java.lang.String name,
Resource res)
Loads and verifies the class with name and located with res.
|
private java.lang.Package |
VFSClassLoader.definePackage(java.lang.String name,
Resource res)
Reads attributes for the package and defines it.
|
private boolean |
VFSClassLoader.isSealed(Resource res)
Returns true if the we should seal the package where res resides.
|