de.smartics.analysis.javadoc.scan
Class AbstractScannerFactory

Package class diagram package AbstractScannerFactory
java.lang.Object
  extended by de.smartics.analysis.javadoc.scan.AbstractScannerFactory
All Implemented Interfaces:
ScannerFactory
Direct Known Subclasses:
DirectoryScannerFactory, ZipScannerFactory

public abstract class AbstractScannerFactory
     
     
extends Object
implements ScannerFactory

Base implementation of the interface.

Author:
Robert Reiner

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.smartics.analysis.javadoc.scan.ScannerFactory
createScanner
 

Field Detail

includes

protected final String[] includes
The includes for the scanner.


excludes

protected final String[] excludes
The excludes for the scanner.

Constructor Detail

AbstractScannerFactory

protected AbstractScannerFactory(String[] includes,
                                 String[] excludes)
Default constructor.

Parameters:
includes - the includes for the scanner.
excludes - the excludes for the scanner.
Method Detail

configureAndScan

protected void configureAndScan(org.apache.tools.ant.DirectoryScanner scanner)
Configures the scanner and runs the scan.

Parameters:
scanner - the scanner to configure and run the scan.


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