@@ -40,7 +40,8 @@ public class SourceFileScanner implements ResourceFactory {
private File destDir; // base directory of the fileset
private File destDir; // base directory of the fileset
/**
/**
* @param task The task we should log messages through
* Construct a new SourceFileScanner.
* @param task The task we should log messages through.
*/
*/
public SourceFileScanner(Task task) {
public SourceFileScanner(Task task) {
this.task = task;
this.task = task;
@@ -70,7 +71,7 @@ public class SourceFileScanner implements ResourceFactory {
*
*
* @param files the original set of files.
* @param files the original set of files.
* @param srcDir all files are relative to this directory.
* @param srcDir all files are relative to this directory.
* @param destDir target files live here. i f null file names
* @param destDir target files live here. I f null file names
* returned by the mapper are assumed to be absolute.
* returned by the mapper are assumed to be absolute.
* @param mapper knows how to construct a target file names from
* @param mapper knows how to construct a target file names from
* source file names.
* source file names.
@@ -111,7 +112,7 @@ public class SourceFileScanner implements ResourceFactory {
* absolute).
* absolute).
* @param files the original set of files.
* @param files the original set of files.
* @param srcDir all files are relative to this directory.
* @param srcDir all files are relative to this directory.
* @param destDir target files live here. i f null file names
* @param destDir target files live here. I f null file names
* returned by the mapper are assumed to be absolute.
* returned by the mapper are assumed to be absolute.
* @param mapper knows how to construct a target file names from
* @param mapper knows how to construct a target file names from
* source file names.
* source file names.
@@ -124,13 +125,13 @@ public class SourceFileScanner implements ResourceFactory {
}
}
/**
/**
* Convi nience layer on top of restrict that returns the source
* Conve nience layer on top of restrict that returns the source
* files as File objects (containing absolute paths if srcDir is
* files as File objects (containing absolute paths if srcDir is
* absolute).
* absolute).
*
*
* @param files the original set of files.
* @param files the original set of files.
* @param srcDir all files are relative to this directory.
* @param srcDir all files are relative to this directory.
* @param destDir target files live here. i f null file names
* @param destDir target files live here. I f null file names
* returned by the mapper are assumed to be absolute.
* returned by the mapper are assumed to be absolute.
* @param mapper knows how to construct a target file names from
* @param mapper knows how to construct a target file names from
* source file names.
* source file names.