Class Models

java.lang.Object
org.eclipse.handly.model.Models

public class Models extends Object
Provides static methods for generic access to IModels.
  • Method Details

    • getModelContext

      public static IContext getModelContext(IModel model)
      Returns a context which provides information and services pertaining to the model. The context, as a set of bindings, is immutable. The relationship between a model and its context does not change over the lifetime of the model.
      Parameters:
      model - not null
      Returns:
      the model context (never null)
    • getModelApiLevel

      public static int getModelApiLevel(IModel model)
      Returns the Handly API level supported by the model; one of the level constants declared in ApiLevel.
      Parameters:
      model - not null
      Returns:
      the Handly API level supported by the model