public interface IModificationContext
Modifier and Type | Field and Description |
---|---|
static int |
CFG_DATA_SETTINGS_UNMODIFIED |
static int |
CFG_DATA_STORAGE_UNMODIFIED |
Modifier and Type | Method and Description |
---|---|
void |
addWorkspaceRunnable(org.eclipse.core.resources.IWorkspaceRunnable runnable) |
org.eclipse.core.resources.IProjectDescription |
getEclipseProjectDescription() |
org.eclipse.core.resources.IProject |
getProject() |
boolean |
isBaseDataCached()
returns true if the cache data gets re-applied, i.e.
|
void |
setConfigurationSettingsFlags(int flags)
the CConfigurationDataProvider can call this method to indicate the
CConfigurationData settings state.
|
void |
setEclipseProjectDescription(org.eclipse.core.resources.IProjectDescription eDes) |
static final int CFG_DATA_SETTINGS_UNMODIFIED
static final int CFG_DATA_STORAGE_UNMODIFIED
org.eclipse.core.resources.IProject getProject()
org.eclipse.core.resources.IProjectDescription getEclipseProjectDescription() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void setEclipseProjectDescription(org.eclipse.core.resources.IProjectDescription eDes) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void addWorkspaceRunnable(org.eclipse.core.resources.IWorkspaceRunnable runnable)
void setConfigurationSettingsFlags(int flags)
flags
- boolean isBaseDataCached()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.