byucc.edif.javacc
Class EdifMergeParser.SubFiles

java.lang.Object
  extended bybyucc.edif.javacc.EdifMergeParser.SubFiles
Enclosing class:
EdifMergeParser

public static class EdifMergeParser.SubFiles
extends java.lang.Object

Used for parsing the files out of an argument list. The first is stored as the topFilename, and all subsequent filenames are stored as a Collection of String objects in subFiles.


Field Summary
private  java.util.Collection subFiles
          A Collection of Strings representing the subFiles.
private  java.lang.String topFilename
          A String representing the topFilename.
 
Constructor Summary
EdifMergeParser.SubFiles(java.util.Collection subFiles, java.lang.String topFilename)
          Constructs a SubFiles Object with the specified subFiles and topFilename
 
Method Summary
 java.util.Collection getSubFiles()
          Returns the subFiles.
 java.lang.String getTopFilename()
          Returns the topFilename.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subFiles

private java.util.Collection subFiles
A Collection of Strings representing the subFiles.


topFilename

private java.lang.String topFilename
A String representing the topFilename.

Constructor Detail

EdifMergeParser.SubFiles

public EdifMergeParser.SubFiles(java.util.Collection subFiles,
                                java.lang.String topFilename)
Constructs a SubFiles Object with the specified subFiles and topFilename

Method Detail

getSubFiles

public java.util.Collection getSubFiles()
Returns the subFiles.

Returns:
A Collection of String Objects representing the subFiles to the topFilename

getTopFilename

public java.lang.String getTopFilename()
Returns the topFilename.

Returns:
A String Object representing the topFilename