org.jboss.deployers.vfs.spi.structure
Interface VFSStructuralDeployers


public interface VFSStructuralDeployers

VFSStructuralDeployers.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 boolean determineStructure(org.jboss.virtual.VirtualFile root, org.jboss.virtual.VirtualFile parent, org.jboss.virtual.VirtualFile file, org.jboss.deployers.spi.structure.StructureMetaData structureMetaData)
          Determine the structure of a virtual file
 

Method Detail

determineStructure

boolean determineStructure(org.jboss.virtual.VirtualFile root,
                           org.jboss.virtual.VirtualFile parent,
                           org.jboss.virtual.VirtualFile file,
                           org.jboss.deployers.spi.structure.StructureMetaData structureMetaData)
                           throws org.jboss.deployers.spi.DeploymentException
Determine the structure of a virtual file

Parameters:
root - the root file
parent - the parent file
file - the virtual file
structureMetaData - the structure metadata
Returns:
true when recognised, false otherwise
Throws:
org.jboss.deployers.spi.DeploymentException - for any error


Copyright ? 2007 JBoss Inc.. All Rights Reserved.