com.g11ntoolkit.antutil
Class MakeFileLists

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--com.g11ntoolkit.antutil.MakeFileLists

public class MakeFileLists
extends org.apache.tools.ant.Task

Makes file lists for each file type found in the project file.

Each list is identified with its file type appended to the list name specified.

Version:
2005/06/20
Author:
Tomi Fujinaga, webMethods, Inc.
Copyright © 2005, webMethods, Inc. All rights reserved.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See License Agreement.


Field Summary
(package private)  java.lang.String delimiter
           
(package private)  java.lang.String fileListBaseName
           
(package private)  java.lang.String projXLFileList
           
(package private)  java.lang.String typeListName
           
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
MakeFileLists()
           
 
Method Summary
 void execute()
           
 void setDelimiter(java.lang.String d)
           
 void setFileListBaseName(java.lang.String fbase)
           
 void setProjXLFileList(java.lang.String flist)
           
 void setTypeListName(java.lang.String tlist)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projXLFileList

java.lang.String projXLFileList

typeListName

java.lang.String typeListName

fileListBaseName

java.lang.String fileListBaseName

delimiter

java.lang.String delimiter
Constructor Detail

MakeFileLists

public MakeFileLists()
Method Detail

setProjXLFileList

public void setProjXLFileList(java.lang.String flist)

setTypeListName

public void setTypeListName(java.lang.String tlist)

setFileListBaseName

public void setFileListBaseName(java.lang.String fbase)

setDelimiter

public void setDelimiter(java.lang.String d)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException