org.apache.xbean.finder
Class UriSet
java.lang.Object
org.apache.xbean.finder.UriSet
- All Implemented Interfaces:
- Iterable<URI>
public class UriSet
- extends Object
- implements Iterable<URI>
- Version:
- $Rev$ $Date$
UriSet
public UriSet(URI... URIs)
UriSet
public UriSet(Collection<URI> URIs)
include
public UriSet include(String pattern)
include
public UriSet include(UriSet URISet)
include
public UriSet include(URI URI)
exclude
public UriSet exclude(UriSet URISet)
exclude
public UriSet exclude(URI URI)
exclude
public UriSet exclude(File file)
exclude
public UriSet exclude(String pattern)
excludePaths
public UriSet excludePaths(String pathString)
filter
public UriSet filter(Filter filter)
matching
public UriSet matching(String pattern)
relative
public UriSet relative(File file)
getURIs
public List<URI> getURIs()
size
public int size()
iterator
public Iterator<URI> iterator()
- Specified by:
iterator in interface Iterable<URI>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.