public class URLLoaderAdapter extends Object implements UnifiedVirtualFile
Constructor and Description |
---|
URLLoaderAdapter(URL rootURL) |
Modifier and Type | Method and Description |
---|---|
UnifiedVirtualFile |
findChild(String resourcePath) |
List<UnifiedVirtualFile> |
getChildren() |
String |
getName() |
URL |
toURL() |
public URLLoaderAdapter(URL rootURL)
public UnifiedVirtualFile findChild(String resourcePath) throws IOException
findChild
in interface UnifiedVirtualFile
IOException
public URL toURL()
toURL
in interface UnifiedVirtualFile
public List<UnifiedVirtualFile> getChildren() throws IOException
getChildren
in interface UnifiedVirtualFile
IOException
public String getName()
getName
in interface UnifiedVirtualFile
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.