Uses of Interface
org.eclipse.equinox.p2.operations.IProfileChangeJob
-
Packages that use IProfileChangeJob Package Description org.eclipse.equinox.p2.operations Describes high level provisioning operations that can be resolved and performed either modally or in the background. -
-
Uses of IProfileChangeJob in org.eclipse.equinox.p2.operations
Classes in org.eclipse.equinox.p2.operations that implement IProfileChangeJob Modifier and Type Class Description classInstallOperationAn InstallOperation describes an operation that installs IInstallableUnits into a profile.classProfileChangeOperationProfileChangeOperation describes a provisioning operation that modifies a profile.classProfileModificationJobA job that modifies a profile according to a specified provisioning plan.classRemediationOperationEXPERIMENTAL.classSynchronizeOperationASynchronizeOperationdescribes an operation that will modify the installation to exclusively include the InstallableUnit mentioned.classUninstallOperationAn UninstallOperation describes an operation that uninstallsIInstallableUnits from a profile.classUpdateOperationAn UpdateOperation describes an operation that updatesIInstallableUnits in a profile.
-