traceccgui
Class TraceccListOfInputFiles

java.lang.Object
  extended by traceccgui.TraceccListOfInputFiles

public class TraceccListOfInputFiles
extends java.lang.Object


Field Summary
protected  java.util.HashSet<java.lang.String> cptFiles
           
protected  java.util.HashSet<java.lang.String> ctrFiles
          Sets of input files
protected  java.util.HashSet<java.lang.String> jlFiles
           
protected  java.util.HashSet<java.lang.String> jtrFiles
           
protected  java.util.HashSet<java.lang.String> mtrFiles
           
static java.lang.String[] suffixes
          File name suffixes to handle
 
Constructor Summary
protected TraceccListOfInputFiles(TraceccController t)
          Constructor.
 
Method Summary
protected  void getFilenames()
          Retrieve all source file names in the specified directory, build the hash sets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffixes

public static final java.lang.String[] suffixes
File name suffixes to handle


ctrFiles

protected java.util.HashSet<java.lang.String> ctrFiles
Sets of input files


cptFiles

protected java.util.HashSet<java.lang.String> cptFiles

mtrFiles

protected java.util.HashSet<java.lang.String> mtrFiles

jtrFiles

protected java.util.HashSet<java.lang.String> jtrFiles

jlFiles

protected java.util.HashSet<java.lang.String> jlFiles
Constructor Detail

TraceccListOfInputFiles

protected TraceccListOfInputFiles(TraceccController t)
Constructor.

Parameters:
t - The tracecc controller to use for conversions options.
Method Detail

getFilenames

protected void getFilenames()
Retrieve all source file names in the specified directory, build the hash sets.