git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273851 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -149,6 +149,7 @@ import org.apache.tools.ant.util.FileUtils; | |||||
| * <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | * <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a> | ||||
| * @author Magesh Umasankar | * @author Magesh Umasankar | ||||
| * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | * @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a> | ||||
| * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | |||||
| */ | */ | ||||
| public class DirectoryScanner implements ResourceScanner, SelectorScanner { | public class DirectoryScanner implements ResourceScanner, SelectorScanner { | ||||
| @@ -95,6 +95,7 @@ import org.apache.tools.zip.ZipOutputStream; | |||||
| * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> | * @author James Davidson <a href="mailto:duncan@x180.com">duncan@x180.com</a> | ||||
| * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | * @author Jon S. Stevens <a href="mailto:jon@clearink.com">jon@clearink.com</a> | ||||
| * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
| * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | |||||
| * | * | ||||
| * @since Ant 1.1 | * @since Ant 1.1 | ||||
| * | * | ||||
| @@ -60,6 +60,7 @@ package org.apache.tools.ant.types; | |||||
| * and date/time information about a file, a zip entry or some similar | * and date/time information about a file, a zip entry or some similar | ||||
| * resource (URL, archive in a version control repository, ...) | * resource (URL, archive in a version control repository, ...) | ||||
| * | * | ||||
| * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | |||||
| * @since Ant 1.5.2 | * @since Ant 1.5.2 | ||||
| */ | */ | ||||
| public class Resource implements Cloneable { | public class Resource implements Cloneable { | ||||
| @@ -57,6 +57,7 @@ package org.apache.tools.ant.types; | |||||
| * this interface should be implemented by classes (Scanners) needing | * this interface should be implemented by classes (Scanners) needing | ||||
| * to deliver information about resources. | * to deliver information about resources. | ||||
| * | * | ||||
| * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | |||||
| * @since Ant 1.5.2 | * @since Ant 1.5.2 | ||||
| */ | */ | ||||
| public interface ResourceFactory { | public interface ResourceFactory { | ||||
| @@ -74,6 +74,7 @@ import org.apache.tools.ant.Task; | |||||
| * the matching Zip entries. | * the matching Zip entries. | ||||
| * | * | ||||
| * @author Don Ferguson <a href="mailto:don@bea.com">don@bea.com</a> | * @author Don Ferguson <a href="mailto:don@bea.com">don@bea.com</a> | ||||
| * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | |||||
| */ | */ | ||||
| public class ZipScanner extends DirectoryScanner { | public class ZipScanner extends DirectoryScanner { | ||||
| @@ -71,6 +71,7 @@ import org.apache.tools.ant.taskdefs.condition.Os; | |||||
| * are newer than their corresponding target files.</p> | * are newer than their corresponding target files.</p> | ||||
| * | * | ||||
| * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
| * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | |||||
| */ | */ | ||||
| public class SourceFileScanner implements ResourceFactory { | public class SourceFileScanner implements ResourceFactory { | ||||
| @@ -62,8 +62,9 @@ import org.apache.tools.ant.types.ResourceFactory; | |||||
| import java.util.Vector; | import java.util.Vector; | ||||
| /** | /** | ||||
| * this class provides utilily methods to process resources | |||||
| * this class provides utility methods to process resources | |||||
| * | * | ||||
| * @author <a href="mailto:levylambert@tiscali-dsl.de">Antoine Levy-Lambert</a> | |||||
| * @since Ant 1.5.2 | * @since Ant 1.5.2 | ||||
| */ | */ | ||||
| public class SourceSelector { | public class SourceSelector { | ||||