org.jboss.net.protocol
Class URLListerBase.URLFilterImpl

java.lang.Object
  extended by org.jboss.net.protocol.URLListerBase.URLFilterImpl
All Implemented Interfaces:
URLLister.URLFilter
Enclosing class:
URLListerBase

public static class URLListerBase.URLFilterImpl
extends Object
implements URLLister.URLFilter

Inner class representing Filter criteria to be applied to the members of the returned Collection


Field Summary
protected  boolean allowAll
           
protected  HashSet constants
           
 
Constructor Summary
URLListerBase.URLFilterImpl(String[] patterns)
           
 
Method Summary
 boolean accept(URL baseUrl, String name)
          Determine whether the supplied memberName should be accepted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowAll

protected boolean allowAll

constants

protected HashSet constants
Constructor Detail

URLListerBase.URLFilterImpl

public URLListerBase.URLFilterImpl(String[] patterns)
Method Detail

accept

public boolean accept(URL baseUrl,
                      String name)
Description copied from interface: URLLister.URLFilter
Determine whether the supplied memberName should be accepted

Specified by:
accept in interface URLLister.URLFilter
Parameters:
baseUrl - the URL of the collection
name - the member of the collection
Returns:


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.