com.ptc.wgmecad
Class OrcadProjectFile

java.lang.Object
  extended bycom.ptc.wgmecad.OrcadProjectFile

public class OrcadProjectFile
extends Object

Created by IntelliJ IDEA. User: barky Date: Jun 12, 2003 Time: 7:53:08 AM To change this template use Options | File Templates.


Field Summary
private  File design
           
private  File opjFile
           
private  Vector refFiles
           
 
Constructor Summary
OrcadProjectFile(File opj)
           
 
Method Summary
 File getDesign()
           
 File getOpjFile()
           
 Vector getRefFiles()
           
private  void parseOpjFileForRefFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

design

private File design

opjFile

private File opjFile

refFiles

private Vector refFiles
Constructor Detail

OrcadProjectFile

public OrcadProjectFile(File opj)
Method Detail

getDesign

public File getDesign()

getRefFiles

public Vector getRefFiles()

getOpjFile

public File getOpjFile()

parseOpjFileForRefFiles

private void parseOpjFileForRefFiles()