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 Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.update.core

Provides support for extending the base installation and update services.

See:
           Description

Interface Summary
IArchiveReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ICategory Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IContentConsumer Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IFeature Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IFeatureContentConsumer Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IFeatureContentProvider Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IFeatureFactory Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IFeatureReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IImport Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IIncludedFeatureReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IInstallHandler Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IInstallHandlerEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IInstallHandlerWithFilter Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
INonPluginEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IPlatformEnvironment Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IPluginEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ISite Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ISiteContentProvider Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ISiteFactory Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ISiteFactoryExtension Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ISiteFeatureReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ISiteWithMirrors Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IUpdateConstants Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IURLEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IVerificationListener Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IVerificationResult Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IVerifier Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
 

Class Summary
ArchiveReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
BaseFeatureFactory Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
BaseInstallHandler Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
BaseSiteFactory Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
Category Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
ContentReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
Feature Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
FeatureContentProvider Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
FeatureReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
Import Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
IncludedFeatureReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
InstallHandlerEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
InstallMonitor Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
JarContentReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
JarContentReference.ContentSelector Content selector used in .jar operations.
JarEntryContentReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
NonPluginEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
PluginEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
Site Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
SiteContentProvider Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
SiteFeatureReference Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
SiteFeatureReferenceModel Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
SiteManager Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
URLEntry Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
Utilities Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
Verifier Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
VersionedIdentifier Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
 

Package org.eclipse.update.core Description

Provides support for extending the base installation and update services.

Package Specification

This package specifies the API required for writing pluggable support of alternate feature packaging schemes and update site access mechanisms. For the most part, the classes and interfaces in this package implement a code pattern class Foo extends FooModel implements IFoo. The interface (IFoo in the pattern) defines the actual API. The convenience classes (Foo in the pattern) provide a reference implementation of the API based on a model (IFooModel in the pattern) contained in package org.eclipse.update.core.model. In general, developers should extend the convenience classes rather than completely reimplementing the specified interfaces.


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