org.apache.xbean.finder
Class UriSet

java.lang.Object
  extended by org.apache.xbean.finder.UriSet
All Implemented Interfaces:
Iterable<URI>

public class UriSet
extends Object
implements Iterable<URI>

Version:
$Rev$ $Date$

Constructor Summary
UriSet(Collection<URI> URIs)
           
UriSet(URI... URIs)
           
 
Method Summary
 UriSet exclude(File file)
           
 UriSet exclude(String pattern)
           
 UriSet exclude(URI URI)
           
 UriSet exclude(UriSet URISet)
           
 UriSet excludePaths(String pathString)
           
 UriSet filter(Filter filter)
           
 List<URI> getURIs()
           
 UriSet include(String pattern)
           
 UriSet include(URI URI)
           
 UriSet include(UriSet URISet)
           
 Iterator<URI> iterator()
           
 UriSet matching(String pattern)
           
 UriSet relative(File file)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UriSet

public UriSet(URI... URIs)

UriSet

public UriSet(Collection<URI> URIs)
Method Detail

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.