Constructor | Description |
---|---|
UriSet(URI... URIs) |
|
UriSet(Collection<URI> URIs) |
Modifier and Type | Method | Description |
---|---|---|
UriSet |
exclude(File file) |
|
UriSet |
exclude(String pattern) |
|
UriSet |
exclude(URI URI) |
|
UriSet |
exclude(UriSet URISet) |
|
UriSet |
excludePaths(String pathString) |
|
UriSet |
filter(Filter filter) |
|
List<URI> |
getURIs() |
|
UriSet |
include(String pattern) |
|
UriSet |
include(URI URI) |
|
UriSet |
include(UriSet URISet) |
|
Iterator<URI> |
iterator() |
|
UriSet |
matching(String pattern) |
|
UriSet |
relative(File file) |
|
int |
size() |
|
String |
toString() |
forEach, spliterator
public UriSet(URI... URIs)
public UriSet(Collection<URI> URIs)
Copyright © 2005–2018. All rights reserved.