traceccgui
Class TraceccListOfInputFiles
java.lang.Object
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 |
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 |
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
TraceccListOfInputFiles
protected TraceccListOfInputFiles(TraceccController t)
- Constructor.
- Parameters:
t
- The tracecc controller to use for conversions options.
getFilenames
protected void getFilenames()
- Retrieve all source file names in the specified directory,
build the hash sets.