org.jboss.portal.common.net
Interface URLFilter

All Known Implementing Classes:
AbstractDeploymentFactory, LayoutDeploymentFactory, LayoutFeaturesDeploymentFactory, ObjectDeploymentFactory, PortletAppDeploymentFactory, PortletAppDeploymentFactory, ThemeDeploymentFactory

public interface URLFilter

Version:
$Revision: 7228 $
Author:
Julien Viet

Method Summary
 boolean acceptDir(java.net.URL url)
          Return true if the directory should be visited.
 boolean acceptFile(java.net.URL url)
          Return true if the filter accepts the url.
 

Method Detail

acceptFile

boolean acceptFile(java.net.URL url)
Return true if the filter accepts the url.


acceptDir

boolean acceptDir(java.net.URL url)
Return true if the directory should be visited.