Package | Description |
---|---|
org.eclipse.core.resources.mapping |
Provides APIs for integrating application models with the workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace.
|
Modifier and Type | Method and Description |
---|---|
IModelProviderDescriptor |
ModelProvider.getDescriptor()
Return the descriptor of this model provider.
|
static IModelProviderDescriptor |
ModelProvider.getModelProviderDescriptor(String id)
Return the descriptor for the model provider of the given id
or
null if the provider has not been registered. |
static IModelProviderDescriptor[] |
ModelProvider.getModelProviderDescriptors()
Return the descriptors for all model providers that are registered.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelProvider.init(IModelProviderDescriptor desc)
This method is called by the model provider framework when the model
provider is instantiated.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.