org.jboss.deployers.structure.spi
Interface DeploymentResourceLoader

All Known Subinterfaces:
VFSDeploymentResourceLoader
All Known Implementing Classes:
EmptyResourceLoader, VFSDeploymentResourceLoaderImpl

public interface DeploymentResourceLoader

DeploymentResourceLoader.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 URL getResource(String name)
          Get a resource
 Enumeration<URL> getResources(String name)
          Get resources
 

Method Detail

getResource

URL getResource(String name)
Get a resource

Parameters:
name - the name of the resource
Returns:
the resource url

getResources

Enumeration<URL> getResources(String name)
                              throws IOException
Get resources

Parameters:
name - the name of the resource
Returns:
the resource urls
Throws:
IOException - for any error


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