Class OperationFactory

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

public class OperationFactory extends Object
OperationFactory provides a set of helpers to simplify dealing with the running installation. Among other things, it simplifies the installation, un-installation and update. If the system you are trying to modify is not the running one, you need to directly use the various subclass of ProfileChangeOperation.
Since:
2.1
  • Constructor Details

    • OperationFactory

      public OperationFactory()
  • Method Details