Uses of Class
org.apache.xbean.finder.UriSet

Packages that use UriSet
org.apache.xbean.finder   
 

Uses of UriSet in org.apache.xbean.finder
 

Methods in org.apache.xbean.finder that return UriSet
 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
 UriSet UriSet.exclude(UriSet URISet)
           
 UriSet UriSet.include(UriSet URISet)
           
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.