public final class Resources extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<URL> |
getResourceURLs() |
static Set<URL> |
getResourceURLs(Class<?> rootClass) |
static Set<URL> |
getResourceURLs(Class<?> rootClass,
ResourceURLFilter filter) |
static Set<URL> |
getResourceURLs(ResourceURLFilter filter) |
public static Set<URL> getResourceURLs() throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static Set<URL> getResourceURLs(Class<?> rootClass) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static Set<URL> getResourceURLs(ResourceURLFilter filter) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static Set<URL> getResourceURLs(Class<?> rootClass, ResourceURLFilter filter) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2014. All Rights Reserved.