public class WorkingCopyManager extends Object implements IWorkingCopyManager
This class is not intended to be sub-classed by clients.
| Constructor and Description |
|---|
WorkingCopyManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges()
Apply the changes for all working copies, to their original
preference nodes.
|
IEclipsePreferences |
getWorkingCopy(IEclipsePreferences original)
Return a working copy instance based on the given preference node.
|
public IEclipsePreferences getWorkingCopy(IEclipsePreferences original)
IWorkingCopyManagergetWorkingCopy in interface IWorkingCopyManageroriginal - the original nodepublic void applyChanges()
throws org.osgi.service.prefs.BackingStoreException
IWorkingCopyManager#flush on that
working copy node.applyChanges in interface IWorkingCopyManagerorg.osgi.service.prefs.BackingStoreException - if there were problems accessing the backing store
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.