com.ptc.windchill.upgrade.ius
Class RenderDependencies
java.lang.Object
com.ptc.windchill.upgrade.ius.RenderDependencies
- public class RenderDependencies
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reportFile_
private File reportFile_
sourceVersions_
private ReleaseId[] sourceVersions_
targetVersions_
private ReleaseId[] targetVersions_
iuHistory_
private IncrementalUpdateHistory iuHistory_
RenderDependencies
public RenderDependencies(File report_file)
RenderDependencies
public RenderDependencies(File report_file,
ReleaseId[] source_versions,
ReleaseId[] target_versions,
IncrementalUpdateHistory iu_history)
generateReport
public void generateReport()
throws IOException,
DependencyException,
ApplicabilityModelException
- Assumes that upgrade context has been created and the update stores are initialized.
- Throws:
IOException
DependencyException
ApplicabilityModelException
generateReportFor
public static void generateReportFor(String file_name,
String source_release_ids,
String target_release_ids)
throws IOException,
DependencyException,
ApplicabilityModelException,
ReleaseIdException,
UpgradeContextException
- Throws:
IOException
DependencyException
ApplicabilityModelException
ReleaseIdException
UpgradeContextException
main
public static void main(String[] args)
relIdsFrom
public static ReleaseId[] relIdsFrom(String str)
throws ReleaseIdException
- Throws:
ReleaseIdException