Eclipse Platform
Release 3.2

Package org.eclipse.update.core

Provides support for extending the base installation and update services.

See: Description

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

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.