|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.Task
|
+--com.g11ntoolkit.antutil.MakeFileLists
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.
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 |
java.lang.String projXLFileList
java.lang.String typeListName
java.lang.String fileListBaseName
java.lang.String delimiter
| Constructor Detail |
public MakeFileLists()
| Method Detail |
public void setProjXLFileList(java.lang.String flist)
public void setTypeListName(java.lang.String tlist)
public void setFileListBaseName(java.lang.String fbase)
public void setDelimiter(java.lang.String d)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||