| java.lang.Object org.apache.commons.vfs.impl.Resource
Resource | class Resource (Code) | | Helper class for VFSClassLoader. This represents a resource loaded with
the classloader.
author: Brian Olsen version: $Revision: 480428 $ $Date: 2006-11-28 22:15:24 -0800 (Tue, 28 Nov 2006) $ See Also: VFSClassLoader |
getBytes | public byte[] getBytes() throws IOException(Code) | | Returns the data for this resource as a byte array.
|
getFileObject | public FileObject getFileObject()(Code) | | Returns the FileObject of the resource.
|
getPackageFolder | public FileObject getPackageFolder()(Code) | | Returns the folder for the package containing the resource.
|
getPackageName | public String getPackageName()(Code) | | Returns the name of the package containing the resource.
|
|
|