| 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. |