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)
IWorkingCopyManager
getWorkingCopy
in interface IWorkingCopyManager
original
- the original nodepublic void applyChanges() throws BackingStoreException
IWorkingCopyManager
#flush
on that
working copy node.applyChanges
in interface IWorkingCopyManager
BackingStoreException
- if there were problems accessing the backing store
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.