Eclipse Platform
2.0

Package org.eclipse.core.runtime.model

Provides core support for the modeling plug-ins and the plug-in registry.

See:
          Description

Class Summary
ConfigurationElementModel An object which represents the user-defined contents of an extension in a plug-in manifest.
ConfigurationPropertyModel An object which represents the user-defined properties in a configuration element of a plug-in manifest.
ExtensionModel An object which represents the user-defined extension in a plug-in manifest.
ExtensionPointModel An object which represents the user-defined extension point in a plug-in manifest.
Factory An object which can create plug-in related model objects (typically when parsing plug-in manifest files).
LibraryModel A runtime library declared in a plug-in.
PluginDescriptorModel An object which represents the user-defined contents of a plug-in in a plug-in manifest.
PluginFragmentModel An object which represents the user-defined contents of a plug-in fragment in a plug-in manifest.
PluginModel An object which represents the user-defined contents of a plug-in model (either a descriptor or a fragment) in a plug-in manifest.
PluginModelObject An object which has the general characteristics of all elements in a plug-in manifest.
PluginPrerequisiteModel An object which represents the relationship between a plug-in and a prerequisite plug-in in the dependent's plug-in manifest.
PluginRegistryModel A container for a collection of plug-in descriptors.
URLModel An object which represents a named URL in a component or configuration manifest.
 

Package org.eclipse.core.runtime.model Description

Provides core support for the modeling plug-ins and the plug-in registry.

Package Specification

This package specifies the runtime API related to modeling plug-ins and the plug-in registry. The types provided here are typically data containers and have very little behaviour other than setters and getters. They are primarily intended for clients writing tools which manipulate/change registry entries as part of their normal work.


Eclipse Platform
2.0

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