Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Method and Description |
---|---|
UriSet |
UriSet.exclude(java.io.File file) |
UriSet |
UriSet.exclude(java.lang.String pattern) |
UriSet |
UriSet.exclude(java.net.URI URI) |
UriSet |
UriSet.exclude(UriSet URISet) |
UriSet |
UriSet.excludePaths(java.lang.String pathString) |
UriSet |
UriSet.filter(Filter filter) |
UriSet |
UriSet.include(java.lang.String pattern) |
UriSet |
UriSet.include(java.net.URI URI) |
UriSet |
UriSet.include(UriSet URISet) |
UriSet |
UriSet.matching(java.lang.String pattern) |
UriSet |
UriSet.relative(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
UriSet |
UriSet.exclude(UriSet URISet) |
UriSet |
UriSet.include(UriSet URISet) |