Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.update.configuration
Interface ISessionDelta

All Superinterfaces:
IAdaptable

Deprecated. Do not use this interface

public interface ISessionDelta
extends IAdaptable

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.

Since:
2.0

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.
  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

ENABLE

static final int ENABLE
Deprecated. 
Indicates a processing type to enable the features

Since:
2.0

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.

See Also:
Constant Field Values

DISABLE

static final int DISABLE
Deprecated. 
Indicates a processing type to disable the features

Since:
2.0

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.

See Also:
Constant Field Values
Method Detail

getFeatureReferences


IFeatureReference[] getFeatureReferences()
Deprecated. 
Returns the list of Features found during reconciliation

Returns:
an array of feature references, or an empty array
Since:
2.0

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.


getDate


Date getDate()
Deprecated. 
Returns the date the reconciliation occured

Returns:
the date of the reconciliation
Since:
2.0

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.


getType

int getType()
Deprecated. 
Returns the type of the processing type that will affect all the associated features.

Returns:
the processing type
Since:
2.0

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.

See Also:
ENABLE, DISABLE

process

void process(
IProgressMonitor progressMonitor)
             throws 
CoreException
Deprecated. 
Process all the feature references of the Session Delta. Removes the Session Delta from the file system after processing it.

Parameters:
progressMonitor - the progress monitor
Throws:
CoreException - if an error occurs.
Since:
2.0

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.


process

void process(
IFeatureReference[] selected,
             
IProgressMonitor monitor)
             throws 
CoreException
Deprecated. 
Process the selected feature references of the Session Delta. Removes the Session Delta from the file system after processing it.

Parameters:
selected - list of selected feature references to be processed
monitor - the progress monitor
Throws:
CoreException - if an error occurs.
Since:
2.0

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.


delete

void delete()
Deprecated. 
Removes the Session Delta from the file system without processing it.

Since:
2.0

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.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire