org.jboss.virtual.plugins.context
Interface HierarchyVirtualFileHandler

All Known Implementing Classes:
JarEntryContents, JarEntryHandler, SynthenticDirEntryHandler

public interface HierarchyVirtualFileHandler

A handler that has children.

Author:
Ales Justin

Method Summary
 void addChild(VirtualFileHandler child)
          Add a child.
 

Method Detail

addChild

void addChild(VirtualFileHandler child)
Add a child.

Parameters:
child - the child
Throws:
IllegalArgumentException - for a null child


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