|
|
@@ -38,11 +38,6 @@ public class DependScanner extends DirectoryScanner { |
|
|
|
public static final String DEFAULT_ANALYZER_CLASS |
|
|
|
= "org.apache.tools.ant.util.depend.bcel.FullAnalyzer"; |
|
|
|
|
|
|
|
/** |
|
|
|
* The base directory for the scan |
|
|
|
*/ |
|
|
|
private File basedir; |
|
|
|
|
|
|
|
/** |
|
|
|
* The root classes to drive the search for dependent classes |
|
|
|
*/ |
|
|
@@ -71,23 +66,6 @@ public class DependScanner extends DirectoryScanner { |
|
|
|
this.parentScanner = parentScanner; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Sets the basedir for scanning. This is the directory that is scanned |
|
|
|
* recursively. |
|
|
|
* |
|
|
|
* @param basedir the basedir for scanning |
|
|
|
*/ |
|
|
|
public void setBasedir(File basedir) { |
|
|
|
this.basedir = basedir; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Gets the basedir that is used for scanning. |
|
|
|
* |
|
|
|
* @return the basedir that is used for scanning |
|
|
|
*/ |
|
|
|
public File getBasedir() { return basedir; } |
|
|
|
|
|
|
|
/** |
|
|
|
* Sets the root classes to be used to drive the scan. |
|
|
|
* |
|
|
|