| java.lang.Object com.ibm.sigtest.ProjectDesc
ProjectDesc | public class ProjectDesc (Code) | | This class stores a name and a collection of class descriptions, to form a
project.
author: Matthew J. Duftler (duftler@us.ibm.com) |
compare | public String compare(ProjectDesc that)(Code) | | This method compares this project description to the specified one.
Parameters: that - the project description to compare this one to a description of the differences, or null if they match perfectly |
compareProjectFile | public static String compareProjectFile(File projectFile) throws IOException(Code) | | This method compares the specified project file to the classes currently
available on the classpath.
Parameters: file - the project file to read from a description of the differences, or null if they match perfectly |
readProjectFile | public static ProjectDesc readProjectFile(String projectName, File file) throws IOException(Code) | | This method reads the specified project file into memory.
Parameters: projectName - the name to be used when referring to the project inerror messages Parameters: file - the project file to read from a model of the project |
setClassDescs | public void setClassDescs(List classDescs)(Code) | | |
|
|