These are harmless Javadoc comment additions for use with the proposal/xdocs runs. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271582 13f79535-47bb-0310-9956-ffa450edef68master
@@ -89,6 +89,8 @@ import java.util.Enumeration; | |||||
* | * | ||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class Ant extends Task { | public class Ant extends Task { | ||||
@@ -78,6 +78,8 @@ import java.io.IOException; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | |||||
* @ant:task category="xml" | |||||
*/ | */ | ||||
public class AntStructure extends Task { | public class AntStructure extends Task { | ||||
@@ -71,6 +71,8 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* | * | ||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class Available extends Task implements Condition { | public class Available extends Task implements Condition { | ||||
@@ -68,6 +68,8 @@ import org.apache.tools.bzip2.CBZip2InputStream; | |||||
* as TAR files. | * as TAR files. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class BUnzip2 extends Unpack { | public class BUnzip2 extends Unpack { | ||||
@@ -67,6 +67,8 @@ import org.apache.tools.bzip2.CBZip2OutputStream; | |||||
* non-compressed archives such as TAR files. | * non-compressed archives such as TAR files. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class BZip2 extends Pack { | public class BZip2 extends Pack { | ||||
@@ -72,6 +72,8 @@ import java.io.IOException; | |||||
* | * | ||||
* @author <a href="jeff@custommonkey.org">Jeff Martin</a> | * @author <a href="jeff@custommonkey.org">Jeff Martin</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | |||||
* @ant:task category="scm" | |||||
*/ | */ | ||||
public class CVSPass extends Task { | public class CVSPass extends Task { | ||||
/** CVS Root */ | /** CVS Root */ | ||||
@@ -78,6 +78,8 @@ import org.apache.tools.ant.BuildException; | |||||
* | * | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task name="antcall" category="control" | |||||
*/ | */ | ||||
public class CallTarget extends Task { | public class CallTarget extends Task { | ||||
@@ -78,6 +78,8 @@ import org.apache.tools.ant.types.FileSet; | |||||
* It can also be used to verify checksums. | * It can also be used to verify checksums. | ||||
* | * | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class Checksum extends MatchingTask implements Condition { | public class Checksum extends MatchingTask implements Condition { | ||||
/** | /** | ||||
@@ -69,6 +69,8 @@ import org.apache.tools.ant.types.PatternSet; | |||||
* @author costin@eng.sun.com | * @author costin@eng.sun.com | ||||
* @author Mariusz Nowostawski (Marni) <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a> | * @author Mariusz Nowostawski (Marni) <a href="mailto:mnowostawski@infoscience.otago.ac.nz">mnowostawski@infoscience.otago.ac.nz</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Chmod extends ExecuteOn { | public class Chmod extends ExecuteOn { | ||||
@@ -70,6 +70,8 @@ import org.apache.tools.ant.taskdefs.condition.ConditionBase; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class ConditionTask extends ConditionBase { | public class ConditionTask extends ConditionBase { | ||||
@@ -90,6 +90,8 @@ import java.util.Enumeration; | |||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Copy extends Task { | public class Copy extends Task { | ||||
protected File file = null; // the source file | protected File file = null; // the source file | ||||
@@ -64,6 +64,8 @@ package org.apache.tools.ant.taskdefs; | |||||
* @author stefano@apache.org | * @author stefano@apache.org | ||||
* @author Wolfgang Werner <a href="mailto:wwerner@picturesafe.de">wwerner@picturesafe.de</a> | * @author Wolfgang Werner <a href="mailto:wwerner@picturesafe.de">wwerner@picturesafe.de</a> | ||||
* @author Kevin Ross <a href="mailto:kevin.ross@bredex.com">kevin.ross@bredex.com</a> | * @author Kevin Ross <a href="mailto:kevin.ross@bredex.com">kevin.ross@bredex.com</a> | ||||
* | |||||
* @ant:task category="scm" | |||||
*/ | */ | ||||
public class Cvs extends AbstractCvsTask { | public class Cvs extends AbstractCvsTask { | ||||
@@ -76,6 +76,8 @@ import java.util.Vector; | |||||
* @author Tom Dimock <a href="mailto:tad1@cornell.edu">tad1@cornell.edu</a> | * @author Tom Dimock <a href="mailto:tad1@cornell.edu">tad1@cornell.edu</a> | ||||
* @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | * @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | ||||
* @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a> | * @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a> | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Delete extends MatchingTask { | public class Delete extends MatchingTask { | ||||
protected File file = null; | protected File file = null; | ||||
@@ -108,6 +108,7 @@ import org.apache.tools.ant.types.FileList; | |||||
* </li></ul> | * </li></ul> | ||||
* | * | ||||
* @author <a href="mailto:cstrong@arielpartners.com">Craeg Strong</a> | * @author <a href="mailto:cstrong@arielpartners.com">Craeg Strong</a> | ||||
* @ant:task category="filesystem" | |||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
*/ | */ | ||||
public class DependSet extends MatchingTask { | public class DependSet extends MatchingTask { | ||||
@@ -67,6 +67,8 @@ import java.io.IOException; | |||||
* | * | ||||
* @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:leslie.hughes@rubus.com">Les Hughes</a> | * @author <a href="mailto:leslie.hughes@rubus.com">Les Hughes</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class Ear extends Jar { | public class Ear extends Jar { | ||||
@@ -66,6 +66,8 @@ import java.io.IOException; | |||||
* Echo | * Echo | ||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* | |||||
* @ant:task category="utility" | |||||
*/ | */ | ||||
public class Echo extends Task { | public class Echo extends Task { | ||||
protected String message = ""; // required | protected String message = ""; // required | ||||
@@ -138,7 +140,7 @@ public class Echo extends Task { | |||||
* <li>info</li> | * <li>info</li> | ||||
* <li>verbose</li> | * <li>verbose</li> | ||||
* <li>debug</li> | * <li>debug</li> | ||||
* <ul> | |||||
* </ul> | |||||
* <p>The default is "warning" to ensure that messages are | * <p>The default is "warning" to ensure that messages are | ||||
* displayed by default when using the -quiet command line option.</p> | * displayed by default when using the -quiet command line option.</p> | ||||
*/ | */ | ||||
@@ -76,6 +76,8 @@ import java.io.FileNotFoundException; | |||||
* @author thomas.haas@softwired-inc.com | * @author thomas.haas@softwired-inc.com | ||||
* @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:mariusz@rakiura.org">Mariusz Nowostawski</a> | * @author <a href="mailto:mariusz@rakiura.org">Mariusz Nowostawski</a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class ExecTask extends Task { | public class ExecTask extends Task { | ||||
@@ -77,6 +77,11 @@ import java.util.zip.ZipEntry; | |||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* @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:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
* name="unzip" | |||||
* name="unjar" | |||||
* name="unwar" | |||||
*/ | */ | ||||
public class Expand extends MatchingTask { | public class Expand extends MatchingTask { | ||||
private File dest; //req | private File dest; //req | ||||
@@ -71,6 +71,8 @@ import org.apache.tools.ant.Project; | |||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author Gero Vermaas <a href="mailto:gero@xs4all.nl">gero@xs4all.nl</a> | * @author Gero Vermaas <a href="mailto:gero@xs4all.nl">gero@xs4all.nl</a> | ||||
* @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | * @author <A href="gholam@xtra.co.nz">Michael McCallum</A> | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Filter extends Task { | public class Filter extends Task { | ||||
@@ -117,6 +117,8 @@ import java.util.NoSuchElementException; | |||||
* @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> | * @author Sam Ruby <a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a> | ||||
* @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> | * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> | ||||
* @version $Revision$ $Name$ | * @version $Revision$ $Name$ | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class FixCRLF extends MatchingTask { | public class FixCRLF extends MatchingTask { | ||||
@@ -68,6 +68,8 @@ import java.util.zip.GZIPInputStream; | |||||
* | * | ||||
* @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:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class GUnzip extends Unpack { | public class GUnzip extends Unpack { | ||||
@@ -68,6 +68,8 @@ import java.util.zip.GZIPOutputStream; | |||||
* @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:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class GZip extends Pack { | public class GZip extends Pack { | ||||
@@ -64,6 +64,8 @@ import org.apache.tools.ant.types.Commandline; | |||||
* Generates a key. | * Generates a key. | ||||
* | * | ||||
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a> | * @author <a href="mailto:donaldp@apache.org">Peter Donald</a> | ||||
* | |||||
* @ant:task name="genkey" category="java" | |||||
*/ | */ | ||||
public class GenerateKey extends Task { | public class GenerateKey extends Task { | ||||
@@ -74,6 +74,8 @@ import org.apache.tools.ant.Project; | |||||
* | * | ||||
* @author costin@dnt.ro | * @author costin@dnt.ro | ||||
* @author gg@grtmail.com (Added Java 1.1 style HTTP basic auth) | * @author gg@grtmail.com (Added Java 1.1 style HTTP basic auth) | ||||
* | |||||
* @ant:task category="network" | |||||
*/ | */ | ||||
public class Get extends Task { | public class Get extends Task { | ||||
private URL source; // required | private URL source; // required | ||||
@@ -70,6 +70,8 @@ import org.apache.tools.ant.Project; | |||||
* Ant task to read input line from console. | * Ant task to read input line from console. | ||||
* | * | ||||
* @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a> | * @author <a href="mailto:usch@usch.net">Ulrich Schmidt</a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class Input extends Task { | public class Input extends Task { | ||||
private String validargs = null; | private String validargs = null; | ||||
@@ -77,6 +77,8 @@ import java.util.Enumeration; | |||||
* Creates a JAR archive. | * Creates a JAR archive. | ||||
* | * | ||||
* @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> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class Jar extends Zip { | public class Jar extends Zip { | ||||
/** The index file name. */ | /** The index file name. */ | ||||
@@ -77,6 +77,8 @@ import java.util.Vector; | |||||
* | * | ||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="java" | |||||
*/ | */ | ||||
public class Java extends Task { | public class Java extends Task { | ||||
@@ -104,6 +104,8 @@ import java.util.Vector; | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* | * | ||||
* @version $Revision$ | * @version $Revision$ | ||||
* | |||||
* @ant:task category="java" | |||||
*/ | */ | ||||
public class Javac extends MatchingTask { | public class Javac extends MatchingTask { | ||||
@@ -101,6 +101,8 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* @author Patrick Chanezon <a href="mailto:chanezon@netscape.com">chanezon@netscape.com</a> | * @author Patrick Chanezon <a href="mailto:chanezon@netscape.com">chanezon@netscape.com</a> | ||||
* @author Ernst de Haan <a href="mailto:ernst@jollem.com">ernst@jollem.com</a> | * @author Ernst de Haan <a href="mailto:ernst@jollem.com">ernst@jollem.com</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="java" | |||||
*/ | */ | ||||
public class Javadoc extends Task { | public class Javadoc extends Task { | ||||
@@ -64,6 +64,8 @@ import java.io.*; | |||||
* Load a file into a property | * Load a file into a property | ||||
* | * | ||||
* @author Steve Loughran | * @author Steve Loughran | ||||
* | |||||
* @ant:task category="utility" | |||||
*/ | */ | ||||
public class LoadFile extends Task { | public class LoadFile extends Task { | ||||
@@ -78,6 +78,8 @@ import org.apache.tools.ant.types.EnumeratedAttribute; | |||||
* | * | ||||
* @author <a href="mailto:conor@apache.org">Conor MacNeill</a> | * @author <a href="mailto:conor@apache.org">Conor MacNeill</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="java" | |||||
*/ | */ | ||||
public class Manifest extends Task { | public class Manifest extends Task { | ||||
/** The standard manifest version header */ | /** The standard manifest version header */ | ||||
@@ -62,6 +62,8 @@ import java.io.File; | |||||
* Creates a given directory. | * Creates a given directory. | ||||
* | * | ||||
* @author duncan@x180.com | * @author duncan@x180.com | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Mkdir extends Task { | public class Mkdir extends Task { | ||||
@@ -81,8 +81,9 @@ import java.util.Enumeration; | |||||
* | * | ||||
* @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | * @author Glenn McAllister <a href="mailto:glennm@ca.ibm.com">glennm@ca.ibm.com</a> | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | |||||
* @version $Revision$ | * @version $Revision$ | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Move extends Copy { | public class Move extends Copy { | ||||
@@ -68,6 +68,8 @@ import java.util.Enumeration; | |||||
* <p> | * <p> | ||||
* @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | * @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | ||||
* @author <a href="mailto:conor@apache.org">Conor MacNeill </a> | * @author <a href="mailto:conor@apache.org">Conor MacNeill </a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class Parallel extends Task | public class Parallel extends Task | ||||
implements TaskContainer { | implements TaskContainer { | ||||
@@ -65,6 +65,8 @@ import java.io.IOException; | |||||
* Task as a layer on top of patch. Patch applies a diff file to an original. | * Task as a layer on top of patch. Patch applies a diff file to an original. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="utility" | |||||
*/ | */ | ||||
public class Patch extends Task { | public class Patch extends Task { | ||||
@@ -72,6 +72,8 @@ import java.io.File; | |||||
* types: Unix or Windows. Unix is defined as NOT windows. | * types: Unix or Windows. Unix is defined as NOT windows. | ||||
* | * | ||||
* @author Larry Streepy <a href="mailto:streepy@healthlanguage.com">streepy@healthlanguage.com</a> | * @author Larry Streepy <a href="mailto:streepy@healthlanguage.com">streepy@healthlanguage.com</a> | ||||
* | |||||
* @ant:task category="utility" | |||||
*/ | */ | ||||
public class PathConvert extends Task { | public class PathConvert extends Task { | ||||
@@ -76,6 +76,7 @@ import java.util.Hashtable; | |||||
* @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | * @author <a href="mailto:jayglanville@home.com">J D Glanville</a> | ||||
* @version 0.5 | * @version 0.5 | ||||
* | * | ||||
* @ant:task category="utility" | |||||
*/ | */ | ||||
public class Recorder extends Task { | public class Recorder extends Task { | ||||
@@ -82,6 +82,8 @@ import java.util.Vector; | |||||
* | * | ||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | ||||
* @author <a href="mailto:erik@desknetinc.com">Erik Langenbach</a> | * @author <a href="mailto:erik@desknetinc.com">Erik Langenbach</a> | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Replace extends MatchingTask { | public class Replace extends MatchingTask { | ||||
@@ -98,6 +98,8 @@ import java.util.Vector; | |||||
* @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> | * @author David Maclean <a href="mailto:david@cm.co.za">david@cm.co.za</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @author Takashi Okamoto tokamoto@rd.nttdata.co.jp | * @author Takashi Okamoto tokamoto@rd.nttdata.co.jp | ||||
* | |||||
* @ant:task category="java" | |||||
*/ | */ | ||||
public class Rmic extends MatchingTask { | public class Rmic extends MatchingTask { | ||||
@@ -99,6 +99,8 @@ import java.sql.ResultSetMetaData; | |||||
* @author <a href="mailto:jeff@custommonkey.org">Jeff Martin</a> | * @author <a href="mailto:jeff@custommonkey.org">Jeff Martin</a> | ||||
* @author <A href="mailto:gholam@xtra.co.nz">Michael McCallum</A> | * @author <A href="mailto:gholam@xtra.co.nz">Michael McCallum</A> | ||||
* @author <A href="mailto:tim.stephenson@sybase.com">Tim Stephenson</A> | * @author <A href="mailto:tim.stephenson@sybase.com">Tim Stephenson</A> | ||||
* | |||||
* @ant:task name="sql" category="database" | |||||
*/ | */ | ||||
public class SQLExec extends Task { | public class SQLExec extends Task { | ||||
@@ -105,6 +105,8 @@ import org.apache.tools.ant.taskdefs.email.EmailTask; | |||||
* | * | ||||
* @author glenn_twiggs@bmc.com | * @author glenn_twiggs@bmc.com | ||||
* @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task name="mail" category="network" | |||||
*/ | */ | ||||
public class SendEmail extends EmailTask | public class SendEmail extends EmailTask | ||||
{ | { | ||||
@@ -66,6 +66,8 @@ import java.util.Enumeration; | |||||
* Implements a single threaded task execution. | * Implements a single threaded task execution. | ||||
* <p> | * <p> | ||||
* @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | * @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class Sequential extends Task | public class Sequential extends Task | ||||
implements TaskContainer { | implements TaskContainer { | ||||
@@ -71,6 +71,8 @@ import org.apache.tools.ant.types.FileSet; | |||||
* | * | ||||
* @author Peter Donald <a href="mailto:donaldp@apache.org">donaldp@apache.org</a> | * @author Peter Donald <a href="mailto:donaldp@apache.org">donaldp@apache.org</a> | ||||
* @author Nick Fortescue <a href="mailto:nick@ox.compsoc.net">nick@ox.compsoc.net</a> | * @author Nick Fortescue <a href="mailto:nick@ox.compsoc.net">nick@ox.compsoc.net</a> | ||||
* | |||||
* @ant:task category="java" | |||||
*/ | */ | ||||
public class SignJar extends Task { | public class SignJar extends Task { | ||||
@@ -62,6 +62,8 @@ import org.apache.tools.ant.BuildException; | |||||
* A task to sleep for a period of time | * A task to sleep for a period of time | ||||
* | * | ||||
* @author steve_l@iseran.com steve loughran | * @author steve_l@iseran.com steve loughran | ||||
* | |||||
* @ant:task category="utility" | |||||
*/ | */ | ||||
public class Sleep extends Task { | public class Sleep extends Task { | ||||
@@ -77,6 +77,8 @@ import org.apache.tools.tar.TarEntry; | |||||
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</a> | * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">stefano@apache.org</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:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class Tar extends MatchingTask { | public class Tar extends MatchingTask { | ||||
@@ -60,6 +60,8 @@ import org.apache.tools.ant.BuildException; | |||||
* Define a new task. | * Define a new task. | ||||
* | * | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="internal" | |||||
*/ | */ | ||||
public class Taskdef extends Definer { | public class Taskdef extends Definer { | ||||
protected void addDefinition(String name, Class c) throws BuildException { | protected void addDefinition(String name, Class c) throws BuildException { | ||||
@@ -85,6 +85,8 @@ import java.util.Vector; | |||||
* @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:mj@servidium.com">Michael J. Sikorsky</a> | * @author <a href="mailto:mj@servidium.com">Michael J. Sikorsky</a> | ||||
* @author <a href="mailto:shaw@servidium.com">Robert Shaw</a> | * @author <a href="mailto:shaw@servidium.com">Robert Shaw</a> | ||||
* | |||||
* @ant:task category="filesystem" | |||||
*/ | */ | ||||
public class Touch extends Task { | public class Touch extends Task { | ||||
@@ -58,5 +58,7 @@ package org.apache.tools.ant.taskdefs; | |||||
* Has been merged into ExecuteOn, empty class for backwards compatibility. | * Has been merged into ExecuteOn, empty class for backwards compatibility. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task name="apply" category="control" | |||||
*/ | */ | ||||
public class Transform extends ExecuteOn {} | public class Transform extends ExecuteOn {} |
@@ -79,6 +79,8 @@ import java.text.SimpleDateFormat; | |||||
* @author roxspring@yahoo.com | * @author roxspring@yahoo.com | ||||
* @author conor@cognet.com.au | * @author conor@cognet.com.au | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="utility" | |||||
*/ | */ | ||||
public class Tstamp extends Task { | public class Tstamp extends Task { | ||||
@@ -60,6 +60,8 @@ import org.apache.tools.ant.BuildException; | |||||
* Define a new data type. | * Define a new data type. | ||||
* | * | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="internal" | |||||
*/ | */ | ||||
public class Typedef extends Definer { | public class Typedef extends Definer { | ||||
protected void addDefinition(String name, Class c) throws BuildException { | protected void addDefinition(String name, Class c) throws BuildException { | ||||
@@ -71,6 +71,8 @@ import java.io.IOException; | |||||
* | * | ||||
* @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:umagesh@rediffmail.com">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@rediffmail.com">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class Untar extends Expand { | public class Untar extends Expand { | ||||
@@ -75,6 +75,8 @@ import java.util.Vector; | |||||
* @author William Ferguson <a href="mailto:williamf@mincom.com">williamf@mincom.com</a> | * @author William Ferguson <a href="mailto:williamf@mincom.com">williamf@mincom.com</a> | ||||
* @author Hiroaki Nakamura <a href="mailto:hnakamur@mc.neweb.ne.jp">hnakamur@mc.neweb.ne.jp</a> | * @author Hiroaki Nakamura <a href="mailto:hnakamur@mc.neweb.ne.jp">hnakamur@mc.neweb.ne.jp</a> | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class UpToDate extends MatchingTask implements Condition { | public class UpToDate extends MatchingTask implements Condition { | ||||
@@ -82,6 +82,8 @@ import java.util.Hashtable; | |||||
* | * | ||||
* @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | * @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | ||||
* @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | * @author <a href="mailto:umagesh@apache.org">Magesh Umasankar</a> | ||||
* | |||||
* @ant:task category="control" | |||||
*/ | */ | ||||
public class WaitFor extends ConditionBase { | public class WaitFor extends ConditionBase { | ||||
@@ -67,6 +67,8 @@ import java.io.IOException; | |||||
* Creates a WAR archive. | * Creates a WAR archive. | ||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class War extends Jar { | public class War extends Jar { | ||||
@@ -93,6 +93,8 @@ import org.apache.tools.ant.util.FileUtils; | |||||
* @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> | * @author <a href="mailto:rubys@us.ibm.com">Sam Ruby</a> | ||||
* @author <a href="mailto:russgold@acm.org">Russell Gold</a> | * @author <a href="mailto:russgold@acm.org">Russell Gold</a> | ||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | |||||
* @ant:task name="style" category="xml" | |||||
*/ | */ | ||||
public class XSLTProcess extends MatchingTask implements XSLTLogger { | public class XSLTProcess extends MatchingTask implements XSLTLogger { | ||||
@@ -89,6 +89,8 @@ import org.apache.tools.zip.ZipEntry; | |||||
* @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> | ||||
* | |||||
* @ant:task category="packaging" | |||||
*/ | */ | ||||
public class Zip extends MatchingTask { | public class Zip extends MatchingTask { | ||||