Uses of Class
org.vmguys.vmtools.ota.UniqueId

Packages that use UniqueId
org.vmguys.vmtools.ota This package contains classes that manipulate OTA XML documents and represent some of the elements used in OTA XML documents. 
 

Uses of UniqueId in org.vmguys.vmtools.ota
 

Methods in org.vmguys.vmtools.ota with parameters of type UniqueId
 org.jdom.Element OtaUpdate.generateDiffs(org.jdom.Element original, org.jdom.Element modified, UniqueId id)
          Returns the differences between the original tree and the modified tree as an OTA update request using the current setting of replace.
 org.jdom.Element OtaUpdate.generateDiffs(org.jdom.Element original, org.jdom.Element modified, UniqueId id, boolean replace)
          Returns the differences between the original tree and the modified tree as an OTA update request using the specified value of replace.
 



Copyright © 2001 VM Systems, Inc. All Rights Reserved.