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 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)
Methods in org.apache.xbean.finder with parameters of type UriSet Modifier and Type Method Description UriSet
UriSet. exclude(UriSet URISet)
UriSet
UriSet. include(UriSet URISet)
-