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
IOException
URISyntaxException
public static Set<URL> getResourceURLs(Class<?> rootClass) throws IOException, URISyntaxException
IOException
URISyntaxException
public static Set<URL> getResourceURLs(ResourceURLFilter filter) throws IOException, URISyntaxException
IOException
URISyntaxException
public static Set<URL> getResourceURLs(Class<?> rootClass, ResourceURLFilter filter) throws IOException, URISyntaxException
IOException
URISyntaxException
Copyright © 2014. All Rights Reserved.