public class ClasspathResourceFetcher
extends org.bimserver.plugins.ResourceFetcher
| Constructor and Description |
|---|
ClasspathResourceFetcher() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData(String key) |
URL |
getURL(String key) |
boolean |
isDirectory(String key) |
Set<String> |
listKeys(String key) |
public boolean isDirectory(String key)
isDirectory in class org.bimserver.plugins.ResourceFetcherpublic Set<String> listKeys(String key)
listKeys in class org.bimserver.plugins.ResourceFetcherpublic URL getURL(String key) throws MalformedURLException
getURL in class org.bimserver.plugins.ResourceFetcherMalformedURLExceptionpublic byte[] getData(String key) throws IOException
getData in class org.bimserver.plugins.ResourceFetcherIOExceptionCopyright © 2019 OpenSource BIM. All rights reserved.