站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

URLLister.URLFilter (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


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

public 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:


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