org.jboss.virtual.plugins.context
Interface StructuredVirtualFileHandler

All Known Implementing Classes:
AbstractStructuredJarHandler, AssembledDirectoryHandler, FileHandler, JarEntryContents, JarEntryHandler, JarHandler, LinkHandler, MemoryContextHandler, NestedJarFromStream, NestedJarHandler, SynthenticDirEntryHandler, ZipEntryHandler

public interface StructuredVirtualFileHandler

A handler that has structure, i.e. you want to go through the path in individual elements

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 VirtualFileHandler createChildHandler(String name)
          Create a virtual file context
 

Method Detail

createChildHandler

VirtualFileHandler createChildHandler(String name)
                                      throws IOException
Create a virtual file context

Parameters:
name - the name
Returns:
the handler
Throws:
IOException - for any error accessing the virtual file system
IllegalArgumentException - for a null name


Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.