de.smartics.exceptions.report.scan
Class DirectoryScannerFactory
java.lang.Object
de.smartics.exceptions.report.scan.AbstractScannerFactory
de.smartics.exceptions.report.scan.DirectoryScannerFactory
-
All Implemented Interfaces:
-
ScannerFactory
-
public final class DirectoryScannerFactory
-
extends
AbstractScannerFactory
Creates directory scanners.
Method Summary |
org.apache.tools.ant.DirectoryScanner |
createScanner(File root) Creates the scanner with the given root directory set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryScannerFactory
public DirectoryScannerFactory(String[] includes,
String[] excludes)
-
Constructor.
-
Parameters:
-
includes
- the includes for the scanner.
-
excludes
- the excludes for the scanner.
-
See Also:
-
de.smartics.exceptions.report.scan.analysis.javadoc.scan.layout.AbstractScannerFactory#AbstractScannerFactory(String[], String[])
createScanner
public org.apache.tools.ant.DirectoryScanner createScanner(File root)
-
Description copied from interface:
ScannerFactory
-
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.