| Constructor and Description |
|---|
UrlSet(ClassLoader classLoader) |
UrlSet(Collection<URL> urls)
Ignores all URLs that are not "jar" or "file"
|
UrlSet(URL... urls) |
| Modifier and Type | Method and Description |
|---|---|
UrlSet |
exclude(ClassLoader parent) |
UrlSet |
exclude(File file) |
UrlSet |
exclude(String pattern) |
UrlSet |
exclude(UrlSet urlSet) |
UrlSet |
excludeJavaEndorsedDirs()
Calls excludePaths(System.getProperty("java.endorsed.dirs"))
|
UrlSet |
excludeJavaExtDirs()
Calls excludePaths(System.getProperty("java.ext.dirs"))
|
UrlSet |
excludeJavaHome() |
UrlSet |
excludePaths(String pathString) |
List<URL> |
getUrls() |
UrlSet |
include(UrlSet urlSet) |
UrlSet |
matching(String pattern) |
UrlSet |
relative(File file) |
public UrlSet(ClassLoader classLoader) throws IOException
IOExceptionpublic UrlSet(Collection<URL> urls)
urls - public UrlSet exclude(ClassLoader parent) throws IOException
IOExceptionpublic UrlSet exclude(File file) throws MalformedURLException
MalformedURLExceptionpublic UrlSet exclude(String pattern) throws MalformedURLException
MalformedURLExceptionpublic UrlSet excludeJavaExtDirs() throws MalformedURLException
MalformedURLExceptionpublic UrlSet excludeJavaEndorsedDirs() throws MalformedURLException
MalformedURLExceptionpublic UrlSet excludeJavaHome() throws MalformedURLException
MalformedURLExceptionpublic UrlSet excludePaths(String pathString) throws MalformedURLException
MalformedURLExceptionpublic UrlSet relative(File file) throws MalformedURLException
MalformedURLExceptionCopyright © 2005–2014. All rights reserved.