|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceProviderWorkingCopy
An IServiceProviderWorkingCopy represents an editable copy of and IServiceProvider. Properties of a service provider can be modified by modifying the properties of a working copy and then saving the working copy.
| Method Summary | |
|---|---|
IServiceProvider |
getOriginal()
Get the service provider used to create this working copy. |
boolean |
isDirty()
Check if any properties have been modified. |
void |
save()
Saves the modified properties. |
| Methods inherited from interface org.eclipse.ptp.services.core.IServiceProvider |
|---|
copy, getBoolean, getConfigurationString, getDescriptor, getInt, getProperties, getString, isConfigured, keySet, putBoolean, putInt, putString, setDescriptor, setProperties |
| Methods inherited from interface org.eclipse.ptp.services.core.IServiceProviderDescriptor |
|---|
getId, getName, getPriority, getServiceId |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
IServiceProvider getOriginal()
boolean isDirty()
void save()
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||