org.jboss.net.protocol
Interface URLLister.URLFilter
- All Known Implementing Classes:
- URLListerBase.URLFilterImpl
- Enclosing interface:
- URLLister
public static interface URLLister.URLFilter
Interface defining a filter for listed members.
|
Method Summary |
boolean |
accept(URL baseURL,
String memberName)
Determine whether the supplied memberName should be accepted |
accept
boolean accept(URL baseURL,
String memberName)
- Determine whether the supplied memberName should be accepted
- Parameters:
baseURL - the URL of the collectionmemberName - the member of the collection
- Returns:
- true to accept
Copyright © 2008 JBoss Inc.. All Rights Reserved.