Uses of Class
com.ibm.sigtest.ProjectDesc

Packages that use ProjectDesc
com.ibm.sigtest   
 

Uses of ProjectDesc in com.ibm.sigtest
 

Methods in com.ibm.sigtest that return ProjectDesc
static ProjectDesc SigTestUtils.getProjectDesc(ProjectDesc referencePD)
          This method builds a new project description by using an existing one as a reference.
static ProjectDesc ProjectDesc.readProjectFile(java.lang.String projectName, java.io.File file)
          This method reads the specified project file into memory.
 

Methods in com.ibm.sigtest with parameters of type ProjectDesc
static ProjectDesc SigTestUtils.getProjectDesc(ProjectDesc referencePD)
          This method builds a new project description by using an existing one as a reference.
static void SigTestUtils.findExtraClasses(ProjectDesc referencePD, ProjectDesc candidatePD, java.util.List referenceExtras, java.util.List candidateExtras)
           
 java.lang.String ProjectDesc.compare(ProjectDesc that)
          This method compares this project description to the specified one.
 



Copyright © 2003,2006 IBM. All Rights Reserved.