public interface IWorkingCopyManager
| 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.
|
IEclipsePreferences getWorkingCopy(IEclipsePreferences original)
original - the original nodevoid applyChanges()
throws org.osgi.service.prefs.BackingStoreException
#flush on that
working copy node.org.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.