public interface ISessionDelta extends IAdaptable
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Modifier and Type | Field and Description |
---|---|
static int |
DISABLE
Deprecated.
Indicates a processing type to disable the features
|
static int |
ENABLE
Deprecated.
Indicates a processing type to enable the features
|
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deprecated.
Removes the Session Delta from the file system without processing it.
|
Date |
getDate()
Deprecated.
Returns the date the reconciliation occured
|
IFeatureReference[] |
getFeatureReferences()
Deprecated.
Returns the list of Features found during reconciliation
|
int |
getType()
Deprecated.
Returns the type of the processing type
that will affect all the associated features.
|
void |
process(IFeatureReference[] selected,
IProgressMonitor monitor)
Deprecated.
Process the selected feature references of the Session Delta.
|
void |
process(IProgressMonitor progressMonitor)
Deprecated.
Process all the feature references of the
Session Delta.
|
getAdapter
static final int ENABLE
Note: This field is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
static final int DISABLE
Note: This field is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
IFeatureReference[] getFeatureReferences()
Note: This method is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Date getDate()
Note: This method is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
int getType()
Note: This method is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
ENABLE
,
DISABLE
void process(IProgressMonitor progressMonitor) throws CoreException
progressMonitor
- the progress monitorCoreException
- if an error occurs.Note: This method is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
void process(IFeatureReference[] selected, IProgressMonitor monitor) throws CoreException
selected
- list of selected feature references to be processedmonitor
- the progress monitorCoreException
- if an error occurs.Note: This method is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
void delete()
Note: This method is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.