org.apache.xbean.finder
Class UriSet
java.lang.Object
org.apache.xbean.finder.UriSet
- All Implemented Interfaces:
- java.lang.Iterable<java.net.URI>
public class UriSet
- extends java.lang.Object
- implements java.lang.Iterable<java.net.URI>
- Version:
- $Rev$ $Date$
|
Constructor Summary |
UriSet(java.util.Collection<java.net.URI> URIs)
|
UriSet(java.net.URI... URIs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UriSet
public UriSet(java.net.URI... URIs)
UriSet
public UriSet(java.util.Collection<java.net.URI> URIs)
include
public UriSet include(java.lang.String pattern)
include
public UriSet include(UriSet URISet)
include
public UriSet include(java.net.URI URI)
exclude
public UriSet exclude(UriSet URISet)
exclude
public UriSet exclude(java.net.URI URI)
exclude
public UriSet exclude(java.io.File file)
exclude
public UriSet exclude(java.lang.String pattern)
excludePaths
public UriSet excludePaths(java.lang.String pathString)
filter
public UriSet filter(Filter filter)
matching
public UriSet matching(java.lang.String pattern)
relative
public UriSet relative(java.io.File file)
getURIs
public java.util.List<java.net.URI> getURIs()
size
public int size()
iterator
public java.util.Iterator<java.net.URI> iterator()
- Specified by:
iterator in interface java.lang.Iterable<java.net.URI>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.