Eclipse Platform
Kepler (4.3)

org.eclipse.equinox.p2.operations
Interface IProfileChangeJob

All Known Implementing Classes:
InstallOperation, ProfileChangeOperation, ProfileModificationJob, RelaxedUpdateInstallOperation, SynchronizeOperation, 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
 java.lang.String getProfileId()
          Return the string id of the profile involved in this job.
 

Method Detail

getProfileId

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

Returns:
the id of the profile

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

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