|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.vfs.plugins.structure.VFSDeploymentResourceLoaderImpl
public class VFSDeploymentResourceLoaderImpl
VFSDeploymentResourceLoader.
Constructor Summary | |
---|---|
VFSDeploymentResourceLoaderImpl(org.jboss.virtual.VirtualFile root)
Create a new VFSDeploymentResourceLoader. |
Method Summary | |
---|---|
org.jboss.virtual.VirtualFile |
getFile(String path)
Get a virtual file |
URL |
getResource(String name)
Get a resource |
Enumeration<URL> |
getResources(String name)
Get resources |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VFSDeploymentResourceLoaderImpl(org.jboss.virtual.VirtualFile root)
root
- the root
IllegalArgumentException
- for a null rootMethod Detail |
---|
public org.jboss.virtual.VirtualFile getFile(String path)
VFSDeploymentResourceLoader
getFile
in interface VFSDeploymentResourceLoader
path
- the relative path of the file
public URL getResource(String name)
DeploymentResourceLoader
getResource
in interface DeploymentResourceLoader
name
- the name of the resource
public Enumeration<URL> getResources(String name) throws IOException
DeploymentResourceLoader
getResources
in interface DeploymentResourceLoader
name
- the name of the resource
IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |