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() |
public UriSet(Collection<URI> URIs)
public UriSet excludePaths(String pathString)
public int size()
Copyright © 2005–2014. All rights reserved.