com.ptc.windchill.tools
Class FileListMerger
java.lang.Object
com.ptc.windchill.tools.FileListMerger
- public class FileListMerger
- extends Object
Combines a bunch of file lists, represented as textfiles in subfolders of a given directory,
to form a single file list. The individual list elements are prepended with the path of the
directory in which they are found, so the resulting textfile contains the relative paths of all the files.
The contributing file lists are found by a pattern search, using wt.tools.path.Search.
Created for use by the CD_CUSF ant build, to gather up all the released source files. These files
are listed by "relsrc.inc" files in each contributing directory under Windchill/src.
Constructor Summary |
FileListMerger()
Creates a textfile listing all the file paths found by a wt.tools.path.Search. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileListMerger
public FileListMerger()
- Creates a textfile listing all the file paths found by a wt.tools.path.Search.
main
public static void main(String[] args)
throws Exception
- Throws:
Exception