|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISessionDelta
Installation Change. Represents the changes the reconciler found.
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.
Field Summary | |
---|---|
static int |
DISABLE
Deprecated. Indicates a processing type to disable the features |
static int |
ENABLE
Deprecated. Indicates a processing type to enable the features |
Method Summary | |
---|---|
void |
delete()
Deprecated. Removes the Session Delta from the file system without processing it. |
java.util.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. |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
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.
Method Detail |
---|
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.
java.util.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 monitor
CoreException
- 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 monitor
CoreException
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |