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
 

Method Detail

accept

boolean accept(URL baseURL,
               String memberName)
Determine whether the supplied memberName should be accepted

Parameters:
baseURL - the URL of the collection
memberName - the member of the collection
Returns:
true to accept


Copyright © 2009 JBoss Inc.. All Rights Reserved.