|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstalledAssembly | |
com.ptc.windchill.instassm |
Uses of InstalledAssembly in com.ptc.windchill.instassm |
Methods in com.ptc.windchill.instassm that return InstalledAssembly | |
(package private) static InstalledAssembly[] |
InstalledAssembly.findInstalledAssemblies()
Factory that locates all IA files in the $(wt.home)/{codebase|installer}/instreg dir, parses them, and, for any that are actually installed (have installed components) returns an array of InstalledAssembly objects wrapping each of their contents. |
(package private) static InstalledAssembly[] |
InstalledAssembly.findInstalledAssemblies(boolean must_actually_be_installed)
Factory that locates all IA files in the $(wt.home)/{codebase|installer}/instreg dir, parses them, and, when required, for any that are actually installed (have installed components) returns an array of InstalledAssembly objects wrapping each of their contents. |
InstalledAssembly |
InstalledAssembly.getInstalledAssembly(String aid)
Get an InstalledAssembly based on its assembly id, possibly null if it is not installed. |
InstalledAssembly |
InstalledAssembly.getInstalledAssembly(String aid,
boolean must_actually_be_installed)
Get an InstalledAssembly based on its assembly id, possibly null if it does not exist or has not actually been installed when requested to be. |
InstalledAssembly |
InstallationRegistry.getAssemblyFor(String assembly_id)
The InstalledAssembly for the assembly with the specified assembly id. |
InstalledAssembly[] |
InstallationRegistry.getInstalledAssemblies()
An array of all the InstalledAssemblies for the current registry. |
Methods in com.ptc.windchill.instassm with parameters of type InstalledAssembly | |
private void |
InstallationRegistry.index(InstalledAssembly ia,
Element element)
|
(package private) void |
InstallationRegistry.addAssembly(InstalledAssembly ia)
Add/update record for assembly with the assembly id specified in the release identifier. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |