Uses of Class
org.apache.commons.vfs2.impl.Resource
Packages that use Resource
-
Uses of Resource in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return ResourceModifier and TypeMethodDescriptionprivate Resource
VFSClassLoader.loadResource
(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 ResourceModifier and TypeMethodDescriptionprivate Class
<?> VFSClassLoader.defineClass
(String name, Resource res) Loads and verifies the class with name and located with res.private Package
VFSClassLoader.definePackage
(String name, Resource res) Reads attributes for the package and defines it.private boolean
Returns true if the we should seal the package where res resides.