|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
org.apache.commons.vfs.impl | The standard VFS implementation. |
Uses of Resource in org.apache.commons.vfs.impl |
---|
Methods in org.apache.commons.vfs.impl that return Resource | |
---|---|
private Resource |
VFSClassLoader.loadResource(java.lang.String name)
Searches through the search path of for the first class or resource with specified name. |
Methods in org.apache.commons.vfs.impl with parameters of type Resource | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |