Constructor and Description |
---|
UriSet(Collection<URI> URIs) |
UriSet(URI... URIs) |
Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public UriSet(URI... URIs)
public UriSet(Collection<URI> URIs)
Copyright © 2005–2019. All rights reserved.