|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.report.scan.AbstractScannerFactory
public abstract class AbstractScannerFactory
Base implementation of the interface.
Field Summary | |
---|---|
protected String[] |
excludes The excludes for the scanner. |
protected String[] |
includes The includes for the scanner. |
Constructor Summary | |
---|---|
protected |
AbstractScannerFactory(String[] includes, String[] excludes) Default constructor. |
Method Summary | |
---|---|
protected void |
configureAndScan(org.apache.tools.ant.DirectoryScanner scanner) Configures the scanner and runs the scan. |
org.apache.tools.ant.DirectoryScanner |
createScanner(String 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 |
Methods inherited from interface de.smartics.exceptions.report.scan.ScannerFactory |
---|
createScanner |
Field Detail |
---|
protected final String[] includes
protected final String[] excludes
Constructor Detail |
---|
protected AbstractScannerFactory(String[] includes, String[] excludes)
includes
- the includes for the scanner.
excludes
- the excludes for the scanner.
Method Detail |
---|
protected final void configureAndScan(org.apache.tools.ant.DirectoryScanner scanner)
scanner
- the scanner to configure and run the scan.
public final org.apache.tools.ant.DirectoryScanner createScanner(String root)
ScannerFactory
createScanner
in interface
ScannerFactory
root
- the root directory to scan.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |