Eclipse Platform
Release 3.1

org.eclipse.debug.core.model
Interface IDebugModelProvider


public interface IDebugModelProvider

A debug model provider provides debug model identifiers. This interface is used as an adapter to determine what debug models are associated with an adaptable object. Generally, when debugging one language, only one debug model is associated with a debug element. However, a debug model that provides cross language debugging may represent several debug models.

Clients are intended to implement this interface.

Since:
3.0

Method Summary
 String[] getModelIdentifiers()
          Returns a collection of debug model identifiers.
 

Method Detail

getModelIdentifiers

public String[] getModelIdentifiers()
Returns a collection of debug model identifiers.

Returns:
a collection of debug model identifiers

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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