org.jboss.weld.environment.servlet.deployment
Interface Scanner

All Known Implementing Classes:
AbstractScanner, URLScanner

public interface Scanner

The Scanner is used to find resources to be processed by Seam The processing is done by DeploymentHandlers

Author:
Pete Muir

Method Summary
 void scanDirectories(java.io.File[] directories)
          Recursively scan directories.
 void scanResources(java.lang.String[] resources)
          Scan for structures which contain any of the given resources in their root
 

Method Detail

scanDirectories

void scanDirectories(java.io.File[] directories)
Recursively scan directories.

Parameters:
directories - An array of the roots of the directory trees to scan

scanResources

void scanResources(java.lang.String[] resources)
Scan for structures which contain any of the given resources in their root

Parameters:
resources - The resources to scan for


Copyright © 2008-2009 Seam Framework. All Rights Reserved.