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 UnifiedVirtualFileIOExceptionpublic URL toURL()
toURL in interface UnifiedVirtualFilepublic List<UnifiedVirtualFile> getChildren() throws IOException
getChildren in interface UnifiedVirtualFileIOExceptionpublic String getName()
getName in interface UnifiedVirtualFileCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.