ant:* --> ant.* git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271968 13f79535-47bb-0310-9956-ffa450edef68master
@@ -19,7 +19,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* stefano@apache.org</a> | * 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:type type="condition" name="class-available" | |||||
* @ant.type type="condition" name="class-available" | |||||
*/ | */ | ||||
public class ClassAvailableCondition | public class ClassAvailableCondition | ||||
extends AbstractAvailableCondition | extends AbstractAvailableCondition | ||||
@@ -15,7 +15,7 @@ import org.apache.myrmidon.framework.FileNameMapper; | |||||
/** | /** | ||||
* Maps file extensions. | * Maps file extensions. | ||||
* | * | ||||
* @ant:type type="mapper" name="map-extension" | |||||
* @ant.type type="mapper" name="map-extension" | |||||
*/ | */ | ||||
public class ExtFileNameMapper | public class ExtFileNameMapper | ||||
implements FileNameMapper | implements FileNameMapper | ||||
@@ -25,7 +25,7 @@ import org.apache.myrmidon.framework.filters.TokenSet; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="token-set" name="tokens-file" | |||||
* @ant.type type="token-set" name="tokens-file" | |||||
*/ | */ | ||||
public class FileTokenSet | public class FileTokenSet | ||||
implements TokenSet | implements TokenSet | ||||
@@ -18,7 +18,7 @@ import org.apache.myrmidon.framework.FileNameMapper; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:type type="mapper" name="flatten" | |||||
* @ant.type type="mapper" name="flatten" | |||||
*/ | */ | ||||
public class FlatFileNameMapper | public class FlatFileNameMapper | ||||
extends PrefixFileNameMapper | extends PrefixFileNameMapper | ||||
@@ -17,7 +17,7 @@ import org.apache.aut.converter.ConverterException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:converter source="java.lang.Object" destination="java.lang.String" | |||||
* @ant.converter source="java.lang.Object" destination="java.lang.String" | |||||
*/ | */ | ||||
public class ObjectToStringConverter | public class ObjectToStringConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -18,7 +18,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* @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:type type="condition" name="os" | |||||
* @ant.type type="condition" name="os" | |||||
*/ | */ | ||||
public class OsCondition | public class OsCondition | ||||
implements Condition | implements Condition | ||||
@@ -17,7 +17,7 @@ import org.apache.myrmidon.framework.FileNameMapper; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="mapper" name="prefix" | |||||
* @ant.type type="mapper" name="prefix" | |||||
*/ | */ | ||||
public class PrefixFileNameMapper | public class PrefixFileNameMapper | ||||
implements FileNameMapper | implements FileNameMapper | ||||
@@ -17,7 +17,7 @@ import org.apache.myrmidon.framework.filters.TokenSet; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="token-set" name="properties" | |||||
* @ant.type type="token-set" name="properties" | |||||
*/ | */ | ||||
public class PropertyTokenSet | public class PropertyTokenSet | ||||
implements TokenSet | implements TokenSet | ||||
@@ -21,7 +21,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* stefano@apache.org</a> | * 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:type type="condition" name="resource-available" | |||||
* @ant.type type="condition" name="resource-available" | |||||
*/ | */ | ||||
public class ResourceAvailableCondition | public class ResourceAvailableCondition | ||||
extends AbstractAvailableCondition | extends AbstractAvailableCondition | ||||
@@ -17,7 +17,7 @@ import org.apache.myrmidon.framework.filters.TokenSet; | |||||
* @author Michael McCallum | * @author Michael McCallum | ||||
* @created 14 March 2001 | * @created 14 March 2001 | ||||
* | * | ||||
* @ant:type type="token-set" name="token" | |||||
* @ant.type type="token-set" name="token" | |||||
*/ | */ | ||||
public class SingletonTokenSet | public class SingletonTokenSet | ||||
implements TokenSet | implements TokenSet | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to boolean converter | * String to boolean converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Boolean" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Boolean" | |||||
*/ | */ | ||||
public class StringToBooleanConverter | public class StringToBooleanConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to byte converter | * String to byte converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Byte" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Byte" | |||||
*/ | */ | ||||
public class StringToByteConverter | public class StringToByteConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to class converter | * String to class converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Class" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Class" | |||||
*/ | */ | ||||
public class StringToClassConverter | public class StringToClassConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to double converter | * String to double converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Double" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Double" | |||||
*/ | */ | ||||
public class StringToDoubleConverter | public class StringToDoubleConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -19,7 +19,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to Enum converter | * String to Enum converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="org.apache.avalon.framework.Enum" | |||||
* @ant.converter source="java.lang.String" destination="org.apache.avalon.framework.Enum" | |||||
*/ | */ | ||||
public class StringToEnumConverter | public class StringToEnumConverter | ||||
implements Converter | implements Converter | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* String to file converter | * String to file converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.io.File" | |||||
* @ant.converter source="java.lang.String" destination="java.io.File" | |||||
*/ | */ | ||||
public class StringToFileConverter | public class StringToFileConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to float converter | * String to float converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Float" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Float" | |||||
*/ | */ | ||||
public class StringToFloatConverter | public class StringToFloatConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to integer converter. | * String to integer converter. | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Integer" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Integer" | |||||
*/ | */ | ||||
public class StringToIntegerConverter | public class StringToIntegerConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to long converter | * String to long converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Long" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Long" | |||||
*/ | */ | ||||
public class StringToLongConverter | public class StringToLongConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -16,7 +16,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to short converter | * String to short converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.lang.Short" | |||||
* @ant.converter source="java.lang.String" destination="java.lang.Short" | |||||
*/ | */ | ||||
public class StringToShortConverter | public class StringToShortConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -18,7 +18,7 @@ import org.apache.avalon.excalibur.i18n.Resources; | |||||
* String to url converter | * String to url converter | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:converter source="java.lang.String" destination="java.net.URL" | |||||
* @ant.converter source="java.lang.String" destination="java.net.URL" | |||||
*/ | */ | ||||
public class StringToURLConverter | public class StringToURLConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -19,8 +19,8 @@ import org.apache.myrmidon.api.TaskException; | |||||
* | * | ||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* | * | ||||
* @ant:data-type name="v-path" | |||||
* @ant:type type="v-path" name="v-path" | |||||
* @ant.data-type name="v-path" | |||||
* @ant.type type="v-path" name="v-path" | |||||
*/ | */ | ||||
public class DefaultFileList implements FileList | public class DefaultFileList implements FileList | ||||
{ | { | ||||
@@ -24,8 +24,8 @@ import org.apache.myrmidon.api.TaskException; | |||||
* | * | ||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* | * | ||||
* @ant:data-type name="v-fileset" | |||||
* @ant:type type="v-fileset" name="v-fileset" | |||||
* @ant.data-type name="v-fileset" | |||||
* @ant.type type="v-fileset" name="v-fileset" | |||||
*/ | */ | ||||
public class DefaultFileSet | public class DefaultFileSet | ||||
implements FileSet | implements FileSet | ||||
@@ -16,7 +16,7 @@ import org.apache.aut.converter.ConverterException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:converter source="org.apache.antlib.vfile.FileSet" | |||||
* @ant.converter source="org.apache.antlib.vfile.FileSet" | |||||
* destination="org.apache.antlib.vfile.FileList" | * destination="org.apache.antlib.vfile.FileList" | ||||
*/ | */ | ||||
public class FileSetToFileListConverter | public class FileSetToFileListConverter | ||||
@@ -20,8 +20,8 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:data-type name="filtered-path" | |||||
* @ant:type type="v-path" name="filtered-path" | |||||
* @ant.data-type name="filtered-path" | |||||
* @ant.type type="v-path" name="filtered-path" | |||||
*/ | */ | ||||
public class FilteredFileList | public class FilteredFileList | ||||
implements FileList | implements FileList | ||||
@@ -17,8 +17,8 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:data-type name="flat-fileset" | |||||
* @ant:type type="v-fileset" name="flat-fileset" | |||||
* @ant.data-type name="flat-fileset" | |||||
* @ant.type type="v-fileset" name="flat-fileset" | |||||
*/ | */ | ||||
public class FlatFileSet | public class FlatFileSet | ||||
implements FileSet | implements FileSet | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.framework.ChainFileNameMapper; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:data-type name="mapped-fileset" | |||||
* @ant.data-type name="mapped-fileset" | |||||
*/ | */ | ||||
public class MappedFileSet | public class MappedFileSet | ||||
implements FileSet | implements FileSet | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskContext; | |||||
* Converts a String to a {@link FileObject} | * Converts a String to a {@link FileObject} | ||||
* | * | ||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @ant:converter source="java.lang.String" destination="org.apache.aut.vfs.FileObject" | |||||
* @ant.converter source="java.lang.String" destination="org.apache.aut.vfs.FileObject" | |||||
*/ | */ | ||||
public class StringToFileObjectConverter | public class StringToFileObjectConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="and" | |||||
* @ant.type type="v-file-selector" name="and" | |||||
*/ | */ | ||||
public class AndFileSelector | public class AndFileSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -15,7 +15,7 @@ import org.apache.aut.vfs.FileObject; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="basename" | |||||
* @ant.type type="v-file-selector" name="basename" | |||||
*/ | */ | ||||
public class BaseNameFileSelector | public class BaseNameFileSelector | ||||
extends AbstractNameFileSelector | extends AbstractNameFileSelector | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="condition" | |||||
* @ant.type type="v-file-selector" name="condition" | |||||
*/ | */ | ||||
public class ConditionSelector | public class ConditionSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -18,7 +18,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="exists" | |||||
* @ant.type type="v-file-selector" name="exists" | |||||
*/ | */ | ||||
public class ExistenceFileSelector | public class ExistenceFileSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -20,7 +20,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="condition" name="file-test" | |||||
* @ant.type type="condition" name="file-test" | |||||
*/ | */ | ||||
public class FileTestCondition | public class FileTestCondition | ||||
implements Condition | implements Condition | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="is-empty-folder" | |||||
* @ant.type type="v-file-selector" name="is-empty-folder" | |||||
*/ | */ | ||||
public class IsEmptyFolderSelector | public class IsEmptyFolderSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="is-file" | |||||
* @ant.type type="v-file-selector" name="is-file" | |||||
*/ | */ | ||||
public class IsFileSelector | public class IsFileSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="is-folder" | |||||
* @ant.type type="v-file-selector" name="is-folder" | |||||
*/ | */ | ||||
public class IsFolderSelector | public class IsFolderSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -18,7 +18,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="name" | |||||
* @ant.type type="v-file-selector" name="name" | |||||
*/ | */ | ||||
public class NameFileSelector | public class NameFileSelector | ||||
extends AbstractNameFileSelector | extends AbstractNameFileSelector | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="not" | |||||
* @ant.type type="v-file-selector" name="not" | |||||
*/ | */ | ||||
public class NotFileSelector | public class NotFileSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -19,7 +19,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="or" | |||||
* @ant.type type="v-file-selector" name="or" | |||||
*/ | */ | ||||
public class OrFileSelector | public class OrFileSelector | ||||
implements FileSelector | implements FileSelector | ||||
@@ -15,7 +15,7 @@ import org.apache.aut.vfs.FileObject; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="v-file-selector" name="url" | |||||
* @ant.type type="v-file-selector" name="url" | |||||
*/ | */ | ||||
public class UrlFileSelector | public class UrlFileSelector | ||||
extends AbstractNameFileSelector | extends AbstractNameFileSelector | ||||
@@ -20,7 +20,7 @@ import org.apache.aut.vfs.provider.ParsedUri; | |||||
* | * | ||||
* @author Adam Murdoch | * @author Adam Murdoch | ||||
* | * | ||||
* @ant:type type="file-system" name="ftp" | |||||
* @ant.type type="file-system" name="ftp" | |||||
*/ | */ | ||||
public class FtpFileSystemProvider extends AbstractFileSystemProvider | public class FtpFileSystemProvider extends AbstractFileSystemProvider | ||||
{ | { | ||||
@@ -21,7 +21,7 @@ import org.apache.aut.vfs.provider.ParsedUri; | |||||
* | * | ||||
* @author Adam Murdoch | * @author Adam Murdoch | ||||
* | * | ||||
* @ant:type type="file-system" name="smb" | |||||
* @ant.type type="file-system" name="smb" | |||||
*/ | */ | ||||
public class SmbFileSystemProvider extends AbstractFileSystemProvider implements FileSystemProvider | public class SmbFileSystemProvider extends AbstractFileSystemProvider implements FileSystemProvider | ||||
{ | { | ||||
@@ -23,7 +23,7 @@ import org.apache.aut.vfs.provider.ParsedUri; | |||||
* | * | ||||
* @author Adam Murdoch | * @author Adam Murdoch | ||||
* | * | ||||
* @ant:type type="file-system" name="zip" | |||||
* @ant.type type="file-system" name="zip" | |||||
*/ | */ | ||||
public class ZipFileSystemProvider | public class ZipFileSystemProvider | ||||
extends AbstractFileSystemProvider | extends AbstractFileSystemProvider | ||||
@@ -12,7 +12,7 @@ package org.apache.myrmidon.aspects; | |||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* @ant:type type="aspect" name="noop" | |||||
* @ant.type type="aspect" name="noop" | |||||
*/ | */ | ||||
public class NoopAspectHandler | public class NoopAspectHandler | ||||
extends AbstractAspectHandler | extends AbstractAspectHandler | ||||
@@ -29,7 +29,7 @@ import org.xml.sax.XMLReader; | |||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* @ant:type type="project-builder" name="ati" | |||||
* @ant.type type="project-builder" name="ati" | |||||
*/ | */ | ||||
public class ATIProjectBuilder | public class ATIProjectBuilder | ||||
extends DefaultProjectBuilder | extends DefaultProjectBuilder | ||||
@@ -36,7 +36,7 @@ import org.xml.sax.XMLReader; | |||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="project-builder" name="ant" | |||||
* @ant.type type="project-builder" name="ant" | |||||
*/ | */ | ||||
public class DefaultProjectBuilder | public class DefaultProjectBuilder | ||||
extends AbstractLogEnabled | extends AbstractLogEnabled | ||||
@@ -27,7 +27,7 @@ import org.apache.myrmidon.interfaces.builder.ProjectException; | |||||
* @author <a href="mailto:darrell@apache.org">Darrell DeBoer</a> | * @author <a href="mailto:darrell@apache.org">Darrell DeBoer</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="project-builder" name="xml" | |||||
* @ant.type type="project-builder" name="xml" | |||||
*/ | */ | ||||
public class TransformingProjectBuilder | public class TransformingProjectBuilder | ||||
extends DefaultProjectBuilder | extends DefaultProjectBuilder | ||||
@@ -30,7 +30,7 @@ import org.apache.myrmidon.interfaces.configurer.Configurer; | |||||
* Class used to configure tasks. | * Class used to configure tasks. | ||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @ant:type type="configurer" name="classic" | |||||
* @ant.type type="configurer" name="classic" | |||||
*/ | */ | ||||
public class ClassicConfigurer | public class ClassicConfigurer | ||||
extends AbstractLogEnabled | extends AbstractLogEnabled | ||||
@@ -34,7 +34,7 @@ import org.apache.myrmidon.interfaces.type.TypeManager; | |||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* @ant:type type="configurer" name="default" | |||||
* @ant.type type="configurer" name="default" | |||||
*/ | */ | ||||
public class DefaultConfigurer | public class DefaultConfigurer | ||||
extends AbstractLogEnabled | extends AbstractLogEnabled | ||||
@@ -17,7 +17,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="mapper" name="chain" | |||||
* @ant.type type="mapper" name="chain" | |||||
*/ | */ | ||||
public class ChainFileNameMapper | public class ChainFileNameMapper | ||||
implements FileNameMapper | implements FileNameMapper | ||||
@@ -16,7 +16,7 @@ import java.io.File; | |||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:data-type name="fileset" | |||||
* @ant.data-type name="fileset" | |||||
*/ | */ | ||||
public class FileSet | public class FileSet | ||||
extends AbstractFileSet | extends AbstractFileSet | ||||
@@ -20,7 +20,7 @@ import org.apache.myrmidon.framework.conditions.NotCondition; | |||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* @ant:data-type name="pattern" | |||||
* @ant.data-type name="pattern" | |||||
*/ | */ | ||||
public class Pattern | public class Pattern | ||||
implements DataType | implements DataType | ||||
@@ -20,7 +20,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @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:type type="condition" name="and" | |||||
* @ant.type type="condition" name="and" | |||||
*/ | */ | ||||
public class AndCondition | public class AndCondition | ||||
implements Condition | implements Condition | ||||
@@ -21,7 +21,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="condition" name="is-set" | |||||
* @ant.type type="condition" name="is-set" | |||||
*/ | */ | ||||
public class IsSetCondition | public class IsSetCondition | ||||
implements Condition | implements Condition | ||||
@@ -17,7 +17,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @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:type type="condition" name="not" | |||||
* @ant.type type="condition" name="not" | |||||
*/ | */ | ||||
public class NotCondition | public class NotCondition | ||||
implements Condition | implements Condition | ||||
@@ -20,7 +20,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* @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:type type="condition" name="or" | |||||
* @ant.type type="condition" name="or" | |||||
*/ | */ | ||||
public class OrCondition | public class OrCondition | ||||
implements Condition | implements Condition | ||||
@@ -20,7 +20,7 @@ import org.apache.tools.todo.types.PathUtil; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:converter source="org.apache.myrmidon.framework.file.FileList" destination="java.lang.String" | |||||
* @ant.converter source="org.apache.myrmidon.framework.file.FileList" destination="java.lang.String" | |||||
*/ | */ | ||||
public class FileListToStringConverter | public class FileListToStringConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -50,7 +50,7 @@ import org.apache.tools.todo.types.ScannerUtil; | |||||
* @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> | ||||
* | * | ||||
* @ant:data-type name="path" | |||||
* @ant.data-type name="path" | |||||
*/ | */ | ||||
public class Path | public class Path | ||||
implements DataType, FileList | implements DataType, FileList | ||||
@@ -17,7 +17,7 @@ import org.apache.myrmidon.framework.file.Path; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:converter source="java.lang.String" destination="org.apache.myrmidon.framework.file.Path" | |||||
* @ant.converter source="java.lang.String" destination="org.apache.myrmidon.framework.file.Path" | |||||
*/ | */ | ||||
public class StringToPathConverter | public class StringToPathConverter | ||||
extends AbstractConverter | extends AbstractConverter | ||||
@@ -14,8 +14,8 @@ import org.apache.myrmidon.api.TaskException; | |||||
/** | /** | ||||
* A collection of line filters. | * A collection of line filters. | ||||
* | * | ||||
* @ant:data-type name="filterset" | |||||
* @ant:type type="line-filter" name="filterset" | |||||
* @ant.data-type name="filterset" | |||||
* @ant.type type="line-filter" name="filterset" | |||||
*/ | */ | ||||
public class LineFilterSet | public class LineFilterSet | ||||
implements LineFilter | implements LineFilter | ||||
@@ -16,7 +16,7 @@ import org.apache.myrmidon.api.TaskException; | |||||
* | * | ||||
* @author <A href="mailto:gholam@xtra.co.nz"> Michael McCallum </A> | * @author <A href="mailto:gholam@xtra.co.nz"> Michael McCallum </A> | ||||
* | * | ||||
* @ant:type type="line-filter" name="token-filter" | |||||
* @ant.type type="line-filter" name="token-filter" | |||||
*/ | */ | ||||
public class TokenLineFilter | public class TokenLineFilter | ||||
implements LineFilter | implements LineFilter | ||||
@@ -15,7 +15,7 @@ import org.apache.avalon.framework.ExceptionUtil; | |||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* @ant:type type="listener" name="classic" | |||||
* @ant.type type="listener" name="classic" | |||||
*/ | */ | ||||
public class ClassicProjectListener | public class ClassicProjectListener | ||||
extends AbstractProjectListener | extends AbstractProjectListener | ||||
@@ -12,7 +12,7 @@ package org.apache.myrmidon.listeners; | |||||
* | * | ||||
* @author <a href="mailto:peter@apache.org">Peter Donald</a> | * @author <a href="mailto:peter@apache.org">Peter Donald</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* @ant:type type="listener" name="default" | |||||
* @ant.type type="listener" name="default" | |||||
*/ | */ | ||||
public class DefaultProjectListener | public class DefaultProjectListener | ||||
extends ClassicProjectListener | extends ClassicProjectListener | ||||
@@ -12,7 +12,7 @@ package org.apache.myrmidon.listeners; | |||||
* | * | ||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* @ant:type type="listener" name="noprefix" | |||||
* @ant.type type="listener" name="noprefix" | |||||
*/ | */ | ||||
public class NoPrefixProjectListener | public class NoPrefixProjectListener | ||||
extends DefaultProjectListener | extends DefaultProjectListener | ||||
@@ -3,34 +3,34 @@ | |||||
<types> | <types> | ||||
<XDtClass:forAllClasses type="org.apache.myrmidon.api.Task" extent="hierarchy"> | <XDtClass:forAllClasses type="org.apache.myrmidon.api.Task" extent="hierarchy"> | ||||
<XDtClass:ifHasClassTag tagName="ant:task"> | |||||
<task name="<XDtClass:classTagValue tagName="ant:task" paramName="name"/>" | |||||
<XDtClass:ifHasClassTag tagName="ant.task"> | |||||
<task name="<XDtClass:classTagValue tagName="ant.task" paramName="name"/>" | |||||
classname="<XDtClass:fullClassName/>"/> | classname="<XDtClass:fullClassName/>"/> | ||||
</XDtClass:ifHasClassTag> | </XDtClass:ifHasClassTag> | ||||
</XDtClass:forAllClasses> | </XDtClass:forAllClasses> | ||||
<XDtClass:forAllClasses type="org.apache.myrmidon.framework.DataType" extent="hierarchy"> | <XDtClass:forAllClasses type="org.apache.myrmidon.framework.DataType" extent="hierarchy"> | ||||
<XDtClass:ifHasClassTag tagName="ant:data-type"> | |||||
<data-type name="<XDtClass:classTagValue tagName="ant:data-type" paramName="name"/>" | |||||
<XDtClass:ifHasClassTag tagName="ant.data-type"> | |||||
<data-type name="<XDtClass:classTagValue tagName="ant.data-type" paramName="name"/>" | |||||
classname="<XDtClass:fullClassName/>"/> | classname="<XDtClass:fullClassName/>"/> | ||||
<task name="<XDtClass:classTagValue tagName="ant:data-type" paramName="name"/>" | |||||
<task name="<XDtClass:classTagValue tagName="ant.data-type" paramName="name"/>" | |||||
classname="org.apache.myrmidon.framework.TypeInstanceTask"/> | classname="org.apache.myrmidon.framework.TypeInstanceTask"/> | ||||
</XDtClass:ifHasClassTag> | </XDtClass:ifHasClassTag> | ||||
</XDtClass:forAllClasses> | </XDtClass:forAllClasses> | ||||
<XDtClass:forAllClasses extent="concrete-type"> | <XDtClass:forAllClasses extent="concrete-type"> | ||||
<XDtClass:forAllClassTags tagName="ant:type" superclasses="false"> | |||||
<<XDtClass:classTagValue tagName="ant:type" paramName="type" superclasses="false"/> | |||||
name="<XDtClass:classTagValue tagName="ant:type" paramName="name" superclasses="false"/>" | |||||
<XDtClass:forAllClassTags tagName="ant.type" superclasses="false"> | |||||
<<XDtClass:classTagValue tagName="ant.type" paramName="type" superclasses="false"/> | |||||
name="<XDtClass:classTagValue tagName="ant.type" paramName="name" superclasses="false"/>" | |||||
classname="<XDtClass:fullClassName/>" /> | classname="<XDtClass:fullClassName/>" /> | ||||
</XDtClass:forAllClassTags> | </XDtClass:forAllClassTags> | ||||
</XDtClass:forAllClasses> | </XDtClass:forAllClasses> | ||||
<XDtClass:forAllClasses type="org.apache.aut.converter.Converter"> | <XDtClass:forAllClasses type="org.apache.aut.converter.Converter"> | ||||
<XDtClass:ifHasClassTag tagName="ant:converter"> | |||||
<XDtClass:ifHasClassTag tagName="ant.converter"> | |||||
<converter classname="<XDtClass:fullClassName/>" | <converter classname="<XDtClass:fullClassName/>" | ||||
source="<XDtClass:classTagValue tagName="ant:converter" paramName="source"/>" | |||||
destination="<XDtClass:classTagValue tagName="ant:converter" paramName="destination"/>"/> | |||||
source="<XDtClass:classTagValue tagName="ant.converter" paramName="source"/>" | |||||
destination="<XDtClass:classTagValue tagName="ant.converter" paramName="destination"/>"/> | |||||
</XDtClass:ifHasClassTag> | </XDtClass:ifHasClassTag> | ||||
</XDtClass:forAllClasses> | </XDtClass:forAllClasses> | ||||
@@ -15,7 +15,7 @@ import org.apache.myrmidon.framework.DataType; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:data-type name="property-test-type" | |||||
* @ant.data-type name="property-test-type" | |||||
*/ | */ | ||||
public class PropertyTestType | public class PropertyTestType | ||||
implements DataType | implements DataType | ||||
@@ -18,7 +18,7 @@ import java.io.File; | |||||
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a> | ||||
* @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
* | * | ||||
* @ant:type type="path" name="test-file-list" | |||||
* @ant.type type="path" name="test-file-list" | |||||
*/ | */ | ||||
public class TestFileList | public class TestFileList | ||||
implements FileList | implements FileList | ||||
@@ -18,7 +18,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* @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:type type="condition" nam="equals" | |||||
* @ant.type type="condition" nam="equals" | |||||
*/ | */ | ||||
public class Equals implements Condition | public class Equals implements Condition | ||||
{ | { | ||||
@@ -21,7 +21,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* | * | ||||
* @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | * @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | ||||
* | * | ||||
* @ant:type type="condition" name="http" | |||||
* @ant.type type="condition" name="http" | |||||
*/ | */ | ||||
public class Http | public class Http | ||||
implements Condition | implements Condition | ||||
@@ -18,7 +18,7 @@ import org.apache.myrmidon.framework.conditions.Condition; | |||||
* | * | ||||
* @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | * @author <a href="mailto:denis@network365.com">Denis Hennessy</a> | ||||
* | * | ||||
* @ant:type type="condition" name="socket" | |||||
* @ant.type type="condition" name="socket" | |||||
*/ | */ | ||||
public class Socket | public class Socket | ||||
implements Condition | implements Condition | ||||
@@ -22,7 +22,7 @@ import org.apache.myrmidon.framework.FileNameMapper; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:type type="mapper" name="glob" | |||||
* @ant.type type="mapper" name="glob" | |||||
*/ | */ | ||||
public class GlobPatternMapper | public class GlobPatternMapper | ||||
implements FileNameMapper | implements FileNameMapper | ||||
@@ -16,7 +16,7 @@ import org.apache.myrmidon.framework.FileNameMapper; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:type type="mapper" name="identity" | |||||
* @ant.type type="mapper" name="identity" | |||||
*/ | */ | ||||
public class IdentityMapper | public class IdentityMapper | ||||
implements FileNameMapper | implements FileNameMapper | ||||
@@ -17,7 +17,7 @@ import org.apache.myrmidon.framework.FileNameMapper; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:type type="mapper" name="merge" | |||||
* @ant.type type="mapper" name="merge" | |||||
*/ | */ | ||||
public class MergingMapper | public class MergingMapper | ||||
implements FileNameMapper | implements FileNameMapper | ||||
@@ -19,7 +19,7 @@ import org.apache.tools.todo.util.regexp.RegexpMatcherFactory; | |||||
* | * | ||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* | * | ||||
* @ant:type type="mapper" name="regexp" | |||||
* @ant.type type="mapper" name="regexp" | |||||
*/ | */ | ||||
public class RegexpPatternMapper | public class RegexpPatternMapper | ||||
implements FileNameMapper | implements FileNameMapper | ||||