org.jboss.virtual.plugins.context.jar
Class JarHandler
java.lang.Object
org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
org.jboss.virtual.plugins.context.AbstractURLHandler
org.jboss.virtual.plugins.context.jar.AbstractJarHandler
org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler<Object>
org.jboss.virtual.plugins.context.jar.JarHandler
- All Implemented Interfaces:
- Serializable, StructuredVirtualFileHandler, VirtualFileHandler
public class JarHandler
- extends AbstractStructuredJarHandler<Object>
JarHandler.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
| Methods inherited from class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler |
checkClosed, checkParentExists, close, decrement, doClose, equals, getChildPathName, getChildVfsUrl, getName, getParent, getPathName, getVFSContext, getVfsUrl, getVirtualFile, hasBeenModified, hashCode, increment, setPathName, setVfsUrl, simpleFindChild, structuredFindChild, toString, toVfsUrl |
JarHandler
public JarHandler(VFSContext context,
VirtualFileHandler parent,
URL url,
String name)
throws IOException
- Create a new JarHandler.
- Parameters:
context - the contextparent - the parenturl - the urlname - the name
- Throws:
IOException - for an error accessing the file system
IllegalArgumentException - for a null context, url or vfsPath
JarHandler
public JarHandler(VFSContext context,
VirtualFileHandler parent,
File file,
URL url,
String name)
throws IOException
- Throws:
IOException
Copyright © 2008 JBoss, A division of Red Hat, Inc. All Rights Reserved.