de.smartics.analysis.javadoc.scan
Interface ScannerFactory

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

public interface ScannerFactory

Interface to generate scanners.

Author:
Robert Reiner

Method Summary
 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.


Copyright © 2008-2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.