com.ptc.windchill.tools
Class FileListMerger

java.lang.Object
  extended bycom.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.


Nested Class Summary
static class FileListMerger.FileListerFunc
           
 
Constructor Summary
FileListMerger()
          Creates a textfile listing all the file paths found by a wt.tools.path.Search.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileListMerger

public FileListMerger()
Creates a textfile listing all the file paths found by a wt.tools.path.Search.

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception