com.ptc.wgmecad
Class OrcadManager

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

public class OrcadManager
extends Object

Created by IntelliJ IDEA. User: barky Date: May 29, 2003 Time: 2:25:08 PM To change this template use Options | File Templates.


Field Summary
private static OrcadProjectFile orcadProject
           
 
Constructor Summary
OrcadManager()
           
 
Method Summary
static File getDesign(File opjFile)
           
static File getOpjFile()
           
static Vector getOpjReferencedFiles()
           
static boolean isCaptureProject()
           
static boolean isRefFileExcludedFromArchive(String file)
          returns true if the file is to be excluded from the archive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orcadProject

private static OrcadProjectFile orcadProject
Constructor Detail

OrcadManager

public OrcadManager()
Method Detail

isCaptureProject

public static boolean isCaptureProject()

getOpjFile

public static File getOpjFile()
                       throws NoCPMFileFoundException
Throws:
NoCPMFileFoundException

isRefFileExcludedFromArchive

public static boolean isRefFileExcludedFromArchive(String file)
returns true if the file is to be excluded from the archive

Parameters:
file -
Returns:

getOpjReferencedFiles

public static Vector getOpjReferencedFiles()
                                    throws NoCPMFileFoundException
Throws:
NoCPMFileFoundException

getDesign

public static File getDesign(File opjFile)