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

All Superinterfaces:
org.jboss.deployers.structure.spi.DeploymentResourceLoader

public interface VFSDeploymentResourceLoader
extends org.jboss.deployers.structure.spi.DeploymentResourceLoader

VFSDeploymentResourceLoader.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 org.jboss.virtual.VirtualFile getFile(String path)
          Get a virtual file
 
Methods inherited from interface org.jboss.deployers.structure.spi.DeploymentResourceLoader
getResource, getResources
 

Method Detail

getFile

org.jboss.virtual.VirtualFile getFile(String path)
Get a virtual file

Parameters:
path - the relative path of the file
Returns:
the virtual file or null if not found


Copyright ? 2007 JBoss Inc.. All Rights Reserved.