org.jboss.virtual.plugins.context
Interface StructuredVirtualFileHandler
- All Known Implementing Classes:
- AbstractJarHandler, 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(java.lang.String name)
throws java.io.IOException
- Create a virtual file context
- Parameters:
name
- the name
- Returns:
- the handler
- Throws:
java.io.IOException
- for any error accessing the virtual file system
java.lang.IllegalArgumentException
- for a null name