Uses of Class
org.apache.commons.vfs2.impl.Resource
-
Packages that use Resource Package Description org.apache.commons.vfs2.impl The standard VFS implementation. -
-
Uses of Resource in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return Resource Modifier and Type Method Description 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.vfs2.impl with parameters of type Resource Modifier and Type Method 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.
-