Uses of Class
org.apache.commons.vfs.provider.jar.JarFileObject

Packages that use JarFileObject
org.apache.commons.vfs.provider.jar The Jar File Provider. 
 

Uses of JarFileObject in org.apache.commons.vfs.provider.jar
 

Fields in org.apache.commons.vfs.provider.jar declared as JarFileObject
private  JarFileObject JarURLConnectionImpl.file
           
 

Constructors in org.apache.commons.vfs.provider.jar with parameters of type JarFileObject
JarURLConnectionImpl(JarFileObject file, FileContent content)