Class Update

java.lang.Object
org.eclipse.equinox.p2.operations.Update

public class Update extends Object
A simple data structure describing a possible update.
Since:
2.0
Restriction:
This class is not intended to be subclassed by clients.
  • Field Details

  • Constructor Details

    • Update

      public Update(IInstallableUnit toUpdate, IInstallableUnit replacement)
      Creates a new update description.
      Parameters:
      toUpdate - The installable unit to update
      replacement - The replacement installable unit
  • Method Details