org.jboss.virtual.plugins.context
Interface StructuredVirtualFileHandler
- All Known Implementing Classes:
- AbstractJarHandler, AssembledDirectoryHandler, FileHandler, JarEntryHandler, JarHandler, LinkHandler, NestedJarHandler, NoCopyNestedJarHandler, SynthenticDirEntryHandler
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
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 © 2007 JBoss, A division of Red Hat, Inc. All Rights Reserved.