org.jboss.net.protocol
Class URLListerBase.URLFilterImpl
java.lang.Object
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
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 |
allowAll
protected boolean allowAll
constants
protected HashSet constants
URLListerBase.URLFilterImpl
public URLListerBase.URLFilterImpl(String[] patterns)
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 collectionname
- the member of the collection
- Returns:
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.