Uses of Class
org.apache.xbean.finder.UriSet
-
Packages that use UriSet Package Description org.apache.xbean.finder -
-
Uses of UriSet in org.apache.xbean.finder
Methods in org.apache.xbean.finder that return UriSet Modifier and Type Method Description UriSetUriSet. exclude(java.io.File file)UriSetUriSet. exclude(java.lang.String pattern)UriSetUriSet. exclude(java.net.URI URI)UriSetUriSet. exclude(UriSet URISet)UriSetUriSet. excludePaths(java.lang.String pathString)UriSetUriSet. filter(Filter filter)UriSetUriSet. include(java.lang.String pattern)UriSetUriSet. include(java.net.URI URI)UriSetUriSet. include(UriSet URISet)UriSetUriSet. matching(java.lang.String pattern)UriSetUriSet. relative(java.io.File file)Methods in org.apache.xbean.finder with parameters of type UriSet Modifier and Type Method Description UriSetUriSet. exclude(UriSet URISet)UriSetUriSet. include(UriSet URISet)
-