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

All Known Implementing Classes:
VFSStructuralDeployersImpl

public interface VFSStructuralDeployers

VFSStructuralDeployers.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 boolean determineStructure(org.jboss.virtual.VirtualFile file, StructureContext parentContext)
          Determine the structure of a virtual file
 

Method Detail

determineStructure

boolean determineStructure(org.jboss.virtual.VirtualFile file,
                           StructureContext parentContext)
                           throws DeploymentException
Determine the structure of a virtual file

Parameters:
file - the virtual file
parentContext - the parent context
Returns:
true when recognised, false otherwise
Throws:
DeploymentException - for any error


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