Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.operations
Interface IProfileChangeJob

All Known Implementing Classes:
InstallOperation, ProfileChangeOperation, ProfileModificationJob, UninstallOperation, UpdateOperation

public interface IProfileChangeJob

Interface for a provisioning job that operates on a profile.

Since:
2.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 String getProfileId()
          Return the string id of the profile involved in this job.
 

Method Detail

getProfileId

String getProfileId()
Return the string id of the profile involved in this job.

Returns:
the id of the profile

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.