de.smartics.exceptions.report.scan
Interface ScannerFactory

Package class diagram package ScannerFactory
All Known Implementing Classes:
AbstractScannerFactory, DirectoryScannerFactory, ZipScannerFactory

public interface ScannerFactory

Interface to generate scanners.


Method Summary
 org.apache.tools.ant.DirectoryScanner createScanner(File root)
          Creates the scanner with the given root directory set.
 org.apache.tools.ant.DirectoryScanner createScanner(String root)
          Creates the scanner with the given root directory set.
 

Method Detail

createScanner

org.apache.tools.ant.DirectoryScanner createScanner(String root)
Creates the scanner with the given root directory set.

Parameters:
root - the root directory to scan.
Returns:
the scanner for the given root directory.

createScanner

org.apache.tools.ant.DirectoryScanner createScanner(File root)
Creates the scanner with the given root directory set.

Parameters:
root - the root directory to scan.
Returns:
the scanner for the given root directory.


Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.