Eclipse Platform
2.0

Package org.eclipse.update.core.model

Provides model support for extending the base installation and update services.

See:
          Description

Class Summary
ArchiveReferenceModel Site archive model object.
CategoryModel Feature category definition model object.
ContentEntryModel Content entry model object.
DefaultFeatureParser Default feature parser.
DefaultSiteParser Default site parser.
FeatureModel Feature model object.
FeatureModelFactory Default feature model factory.
FeatureReferenceModel Feature reference model object.
ImportModel Plug-in dependency model object.
InstallHandlerEntryModel Install handler entry model object.
ModelObject Root model object.
NonPluginEntryModel Non-plug-in entry model object.
PluginEntryModel Plug-in entry model object.
SiteModel Site model object.
SiteModelFactory Default site model factory.
URLEntryModel Annotated URL model object.
 

Exception Summary
InstallAbortedException Exception thrown when the user cancelled an installation.
InvalidSiteTypeException Exception thrown when the type of the site discovered in the site manifest does not correspond to the type expected by the concrete site factory.
 

Package org.eclipse.update.core.model Description

Provides model support for extending the base installation and update services.

Package Specification

This package provides a convenience implementation of the default model objects and parsers used for writing pluggable support of alternate feature packaging schemes and update site access mechanisms. In general, most developers do not need to directly use the classes defined in this package. Instead, they can use the corresponding derived implementation classes contained in package org.eclipse.update.core.

Classes in this package would typically only be used directly when writing and alternate set of model objects for a feature and type implementation.


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.