Uses of Interface
org.eclipse.core.resources.mapping.IModelProviderDescriptor
-
Packages that use IModelProviderDescriptor Package Description org.eclipse.core.resources.mapping Provides APIs for integrating application models with the workspace -
-
Uses of IModelProviderDescriptor in org.eclipse.core.resources.mapping
Methods in org.eclipse.core.resources.mapping that return IModelProviderDescriptor Modifier and Type Method Description IModelProviderDescriptor
ModelProvider. getDescriptor()
Returns the descriptor of this model provider.static IModelProviderDescriptor
ModelProvider. getModelProviderDescriptor(String id)
Returns the descriptor for the model provider of the given id ornull
if the provider has not been registered.static IModelProviderDescriptor[]
ModelProvider. getModelProviderDescriptors()
Returns the descriptors for all model providers that are registered.Methods in org.eclipse.core.resources.mapping with parameters of type IModelProviderDescriptor Modifier and Type Method Description void
ModelProvider. init(IModelProviderDescriptor desc)
This method is called by the model provider framework when the model provider is instantiated.
-